diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-04-12 12:00:13 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-04-12 16:11:42 +0800 |
| commit | 6e56bb387db8af055ff6de71a23b270de55c3dc8 (patch) | |
| tree | c44b72ccaa7914b4e269cbca9a73e00d22eb59a6 /tests/tests2/67_macro_concat.expect | |
| parent | 9714d2e75f70f8fcca9fd7b596440a346e504742 (diff) | |
| download | tinycc-6e56bb387db8af055ff6de71a23b270de55c3dc8.tar.gz tinycc-6e56bb387db8af055ff6de71a23b270de55c3dc8.tar.bz2 | |
Fix preprocessor concat with empty arg
Diffstat (limited to 'tests/tests2/67_macro_concat.expect')
| -rw-r--r-- | tests/tests2/67_macro_concat.expect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests2/67_macro_concat.expect b/tests/tests2/67_macro_concat.expect new file mode 100644 index 0000000..8386c2d --- /dev/null +++ b/tests/tests2/67_macro_concat.expect @@ -0,0 +1,2 @@ +jim: 21, bob: 42 +jim: 63 |
