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