blob: ece779c9cd51fa585d843d8340dc00daae9b1b40 [file] [log] [blame]
package main
import . "./global_ns_arg"
func main() {
Foo(1)
Bar_fn()
}