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

# · Swig · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · b81a09ba18caaca4bfd7f2f7d97f2e9b MD5 · raw file

  1. %module xxx
  2. %define VARARGS_WRONG(a,
  3. x,
  4. ...,
  5. b)
  6. xxx
  7. %enddef