swig/Examples/test-suite/go/extend_variable_runme.go
2010-06-10 01:13:31 +00:00

9 lines
93 B
Go

package main
import . "./extend_variable"
func main() {
if FooBar != 42 {
panic(0)
}
}