diff options
Diffstat (limited to 'test/Preprocessor/macro_arg_slocentry_merge.h')
-rw-r--r-- | test/Preprocessor/macro_arg_slocentry_merge.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_arg_slocentry_merge.h b/test/Preprocessor/macro_arg_slocentry_merge.h new file mode 100644 index 0000000..62595b7 --- /dev/null +++ b/test/Preprocessor/macro_arg_slocentry_merge.h @@ -0,0 +1,7 @@ + + + + +#define WINDOW win +#define P_(args) args +extern void f P_((WINDOW win)); |