diff options
Diffstat (limited to 'tinycc/tests/pp/03.expect')
| -rw-r--r-- | tinycc/tests/pp/03.expect | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinycc/tests/pp/03.expect b/tinycc/tests/pp/03.expect new file mode 100644 index 0000000..44aad0a --- /dev/null +++ b/tinycc/tests/pp/03.expect @@ -0,0 +1,5 @@ +printf("x" "1" "= %d, x" "2" "= %s", x1, x2); +fputs("strncmp(\"abc\\0d\", \"abc\", '\\4') == 0" ": @\n", s); +\#include "vers2.h" +"hello"; +"hello" ", world" |
