github.com/llvm-mirror/llgo@v0.0.0-20190322182713-bf6f0a60fce1/test/execution/Inputs/init2.go (about)

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