/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