diff options
Diffstat (limited to 'test/preprocess-macro-stringize.c')
-rw-r--r-- | test/preprocess-macro-stringize.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/preprocess-macro-stringize.c b/test/preprocess-macro-stringize.c new file mode 100644 index 0000000..528c88e --- /dev/null +++ b/test/preprocess-macro-stringize.c @@ -0,0 +1,2 @@ +#define stringize(a) #a +stringize(hello) |