1 2 3 4 5 6 7 8 9 10 11 12
package importdecl1 import _ "./math" func a() bool { return 0 == 1 } func fff() { assert(a()) }