diff options
Diffstat (limited to 'data/01_comments.c')
-rw-r--r-- | data/01_comments.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/01_comments.c b/data/01_comments.c new file mode 100644 index 0000000..67eaa90 --- /dev/null +++ b/data/01_comments.c @@ -0,0 +1,17 @@ +/* comment:1-1 */
+
+/*
+ comment:3-4 */
+/*
+ * comment:5-7
+ */
+
+// comment:9-9
+
+ /*
+comment:11-15
+ *
+ *
+ * *//*comment 15-16
+*/
+FAIL NOW !
|