llvm-project/llgo/test/execution/Inputs/init2.go

6 lines
74 B
Go
Raw Normal View History

package main
func init() {
println("do some other stuff before main")
}