Files
clang-p2996/llgo/test/execution/Inputs/init2.go
Peter Collingbourne ad9841e8ac Initial commit of llgo.
llvm-svn: 222857
2014-11-27 00:06:42 +00:00

6 lines
74 B
Go

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