/tags/rel-1-3-29/SWIG/Examples/test-suite/errors/c_missing_rbrace.i
Swig | 10 lines | 3 code | 7 blank | 0 comment | 0 complexity | 6fe3d0f64e487ce5fc349db87fa68edc 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) { 4 int y; 5 6 7 8 9 10