diff options
Diffstat (limited to 'examples/main.c')
| -rw-r--r-- | examples/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main.c b/examples/main.c index 1409bd5..11534b3 100644 --- a/examples/main.c +++ b/examples/main.c @@ -20,6 +20,7 @@ int main() { // invalid foo("hello *world"); + foo("hello world :::"); foo("# hello :::"); return 0; } |
