import source from 1.3.40
[external/swig.git] / Examples / test-suite / errors / cpp_bad_extern.i
1 %module xxx
2
3 extern "INTERCAL" {
4    int foo(int);
5 };
6
7 extern "INTERCAL" int blah(int);