Files

9 lines
84 B
Go
Raw Permalink Normal View History

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