PageRenderTime 347ms CodeModel.GetById 21ms RepoModel.GetById 2ms app.codeStats 0ms

/trunk/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. enum stuff {
  3. FOO = 'x',
  4. BAR = 3.14159
  5. };