diff options
Diffstat (limited to 'test/string-octal.c')
-rw-r--r-- | test/string-octal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/string-octal.c b/test/string-octal.c new file mode 100644 index 0000000..85347fd --- /dev/null +++ b/test/string-octal.c @@ -0,0 +1 @@ +char *s = "\1\12\123\1234"; |