PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c254fe61e88f8c7fc02a8df90308191b MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. extern "INTERCAL" {
  3. int foo(int);
  4. };
  5. extern "INTERCAL" int blah(int);