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, 0 insertions, 2 deletions
diff --git a/tests/tests2/65_macro_concat_start.c b/tests/tests2/65_macro_concat_start.c deleted file mode 100644 index d63d67a..0000000 --- a/tests/tests2/65_macro_concat_start.c +++ /dev/null @@ -1,2 +0,0 @@ -#define paste(A,B) ##A B -paste(x,y) |
