github.com/axw/llgo@v0.0.0-20160805011314-95b5fe4dca20/test/debuginfo/emptyname.go (about)

     1  // RUN: llgo -c -o /dev/null -g %s
     2  
     3  package main
     4  
     5  //line :1
     6  func main() {
     7  }