git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
18 lines
334 B
Go
18 lines
334 B
Go
package main
|
|
|
|
import . "./static_const_member_2"
|
|
|
|
func main() {
|
|
_ = NewTest_int()
|
|
|
|
_ = CavityPackFlagsForward_field
|
|
_ = Test_intCurrent_profile
|
|
_ = Test_intRightIndex
|
|
_ = CavityPackFlagsBackward_field
|
|
_ = Test_intLeftIndex
|
|
// _ = GetTest_int_Cavity_flags()
|
|
|
|
if GetFooBAZ().GetVal() != 2*GetFooBAR().GetVal() {
|
|
panic(0)
|
|
}
|
|
}
|