github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/test/execution/Inputs/init2.go (about)

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