/trunk/Examples/test-suite/errors/swig_identifier.i
Swig | 6 lines | 3 code | 3 blank | 0 comment | 0 complexity | cf897fa600a3aedb46a3bfb52451c11a MD5 | raw file
1%module xxx 2 3%rename("foo bar") foobar; 4 5int foobar(int); 6
1%module xxx 2 3%rename("foo bar") foobar; 4 5int foobar(int); 6