/trunk/Examples/test-suite/errors/pp_macro_inline_unterminated.i
# · Swig · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · a40936badb2714073bd0ef1962c6084c MD5 · raw file
- %module xxx
- %define foo(a,x)
- int ii;
- %enddef
- %inline %{
- struct Struct {
- foo(2,
- };
- %}