summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/pp_macro_inline_unterminated.i
blob: 67de0942cedc5e2c69b3e25db3c65ec42ae5dadf (plain)
1
2
3
4
5
6
7
8
9
10
11
%module xxx

%define foo(a,x)
int ii;
%enddef

%inline %{
struct Struct {
foo(2,
};
%}