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