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

6 lines
74 B
Go

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