git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
136 B
Go
11 lines
136 B
Go
package main
|
|
|
|
import "./enum_template"
|
|
|
|
func main() {
|
|
if enum_template.MakeETest() != 1 {
|
|
panic(0)
|
|
}
|
|
|
|
enum_template.TakeETest(0)
|
|
}
|