swig/Examples/test-suite/go/global_ns_arg_runme.go

8 lines
76 B
Go

package main
import . "./global_ns_arg"
func main() {
Foo(1)
Bar_fn()
}