github.com/axw/llgo@v0.0.0-20160805011314-95b5fe4dca20/test/execution/Inputs/init2.go (about)

     1  package main
     2  
     3  func init() {
     4  	println("do some other stuff before main")
     5  }