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

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

#
Swig | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | b81a09ba18caaca4bfd7f2f7d97f2e9b MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %define VARARGS_WRONG(a,
  3. x,
  4. ...,
  5. b)
  6. xxx
  7. %enddef