blob: 7586eb404fb65ea68c6e156c37e646de019f3401 [file] [log] [blame]
package main
import . "swigtests/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)
}
}