github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/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  }