codekingpro's picture
Add files using upload-large-folder tool
4bcc2be verified
Raw
History Blame Contribute Delete
130 Bytes
package main
func linefrompc()
func pcfromline()
func main() {
// Prevent GC of our test symbols
linefrompc()
pcfromline()
}