summaryrefslogtreecommitdiffstats
path: root/data/comments.c
diff options
context:
space:
mode:
Diffstat (limited to 'data/comments.c')
-rw-r--r--data/comments.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/comments.c b/data/comments.c
new file mode 100644
index 0000000..5fd0216
--- /dev/null
+++ b/data/comments.c
@@ -0,0 +1,20 @@
+/* comment:1-1 */
+
+/*
+ comment:3-4 */
+/*
+ * comment:5-7
+ */
+
+// comment:9-9
+
+ /*
+comment:11-15
+ *
+ *
+ * *//*comment 15-16
+*/
+
+ Evas_object {
+ inherits { Eo_Base, Evas_Common_Interface }
+}