swig/Examples/test-suite/errors/cpp_bad_extern.i

8 lines
87 B
OpenEdge ABL

%module xxx
extern "INTERCAL" {
int foo(int);
};
extern "INTERCAL" int blah(int);