Retro68/gcc/libgo/go/debug/gosym/testdata/main.go

11 lines
130 B
Go
Raw Normal View History

2019-06-02 15:48:37 +00:00
package main
func linefrompc()
func pcfromline()
func main() {
// Prevent GC of our test symbols
linefrompc()
pcfromline()
}