git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
93 B
Go
9 lines
93 B
Go
package main
|
|
|
|
import . "./extend_variable"
|
|
|
|
func main() {
|
|
if FooBar != 42 {
|
|
panic(0)
|
|
}
|
|
}
|