/trunk/Examples/test-suite/errors/cpp_bad_extern.i
Swig | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c254fe61e88f8c7fc02a8df90308191b MD5 | raw file
1%module xxx 2 3extern "INTERCAL" { 4 int foo(int); 5}; 6 7extern "INTERCAL" int blah(int);