diff options
Diffstat (limited to 'Examples/test-suite/errors/pp_macro_rparen.i')
| -rw-r--r-- | Examples/test-suite/errors/pp_macro_rparen.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/pp_macro_rparen.i b/Examples/test-suite/errors/pp_macro_rparen.i new file mode 100644 index 0000000..cbb04fb --- /dev/null +++ b/Examples/test-suite/errors/pp_macro_rparen.i @@ -0,0 +1,3 @@ +%module xxx + +#define foo(a,x 3 |
