diff options
Diffstat (limited to 'glcpp/tests/040-token-pasting.c')
-rw-r--r-- | glcpp/tests/040-token-pasting.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glcpp/tests/040-token-pasting.c b/glcpp/tests/040-token-pasting.c new file mode 100644 index 0000000000..caab3ba736 --- /dev/null +++ b/glcpp/tests/040-token-pasting.c @@ -0,0 +1,2 @@ +#define paste(a,b) a ## b +paste(one , token) |