PageRenderTime 1544ms CodeModel.GetById 427ms app.highlight 321ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Swig | 4 lines | 2 code | 2 blank | 0 comment | 0 complexity | 6d998ffa9f2e017b543fde9110142c53 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%module xxx
2
3int foo(int x = 42 || 3);
4