/trunk/Examples/test-suite/errors/pp_variable_args.i
# · Swig · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · b81a09ba18caaca4bfd7f2f7d97f2e9b MD5 · raw file
- %module xxx
- %define VARARGS_WRONG(a,
- x,
- ...,
- b)
- xxx
- %enddef
# · Swig · 10 lines · 7 code · 3 blank · 0 comment · 0 complexity · b81a09ba18caaca4bfd7f2f7d97f2e9b MD5 · raw file
- %module xxx
- %define VARARGS_WRONG(a,
- x,
- ...,
- b)
- xxx
- %enddef