parser/c_compiler/test/test.c
changeset 40 be3f5582b839
parent 39 46d7ec9d63bd
child 77 49e0babccb23
--- a/parser/c_compiler/test/test.c
+++ b/parser/c_compiler/test/test.c
@@ -6,6 +6,7 @@
     FILE *fp;
 
     printf ("Hello, world\n");
+    printf ("....\v....\f....\n");
 
     return EXIT_SUCCESS;
 }