/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. extern "INTERCAL" {
  3. int foo(int);
  4. };
  5. extern "INTERCAL" int blah(int);