go/src/runtime/trace/example_test.go

// Example demonstrates the use of the trace package to trace
// the execution of a Go program. The trace output will be
// written to the file trace.out
func Example() {}

func RunMyProgram() {}