/tags/rel-1-3-26/SWIG/Examples/test-suite/errors/c_enum_badvalue.i
Swig | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c602db5dd83016f4078fd4b8232693d4 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%module xxx 2 3enum stuff { 4 FOO = 'x', 5 BAR = 3.14159 6}; 7