aboutsummaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c1
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;
}