PageRenderTime 19ms CodeModel.GetById 12ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-15/SWIG/Examples/test-suite/errors/pp_badeval.i

#
Swig | 11 lines | 4 code | 7 blank | 0 comment | 0 complexity | 583ef1621ac3f0696ac71298d44aea16 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1%module xxx
 2
 3#if FOO==4
 4#elif FOO==4+
 5#endif
 6
 7
 8
 9
10
11