PageRenderTime 63ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-29/SWIG/Examples/test-suite/errors/c_missing_rbrace.i

#
Swig | 10 lines | 3 code | 7 blank | 0 comment | 0 complexity | 6fe3d0f64e487ce5fc349db87fa68edc MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. int foo(int x) {
  3. int y;