diff options
Diffstat (limited to 'tests/tests2/65_macro_concat_start.c')
| -rw-r--r-- | tests/tests2/65_macro_concat_start.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests2/65_macro_concat_start.c b/tests/tests2/65_macro_concat_start.c new file mode 100644 index 0000000..d63d67a --- /dev/null +++ b/tests/tests2/65_macro_concat_start.c @@ -0,0 +1,2 @@ +#define paste(A,B) ##A B +paste(x,y) |
