/trunk/Examples/test-suite/errors/c_enum_badvalue.i
# · Swig · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · c602db5dd83016f4078fd4b8232693d4 MD5 · raw file
- %module xxx
- enum stuff {
- FOO = 'x',
- BAR = 3.14159
- };
# · Swig · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · c602db5dd83016f4078fd4b8232693d4 MD5 · raw file
- %module xxx
- enum stuff {
- FOO = 'x',
- BAR = 3.14159
- };