summaryrefslogtreecommitdiffstats
path: root/data/02_classes.c
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-11-25 11:42:10 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-11-25 11:42:10 +0100
commit2a2565431c0c13d651d574326b7e9f676dd2896b (patch)
tree1cb02eea56b8b5936320113467fdc273fa623240 /data/02_classes.c
parent052b8c9cb9a4dd165d147477546d63ac08598fc6 (diff)
downloadeo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.zip
eo_tokenizer-2a2565431c0c13d651d574326b7e9f676dd2896b.tar.gz
update test data
Diffstat (limited to 'data/02_classes.c')
-rw-r--r--data/02_classes.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/data/02_classes.c b/data/02_classes.c
new file mode 100644
index 0000000..73461f9
--- /dev/null
+++ b/data/02_classes.c
@@ -0,0 +1,42 @@
+
+/*
+ * this is my sandbox
+ */
+
+
+ A_class_B {
+ /* leave
+ * a
+ * comment
+ * here
+ */
+ inherits {}
+ inherits { Eo_Base }
+ inherits { Eo_Another, Evas_Common_Interface }
+}
+
+C_class_D {
+
+ // haha
+ inherits { Eo_Another, Evas_Common_Interface }
+ // hoho
+}
+
+ Cvas_objecD
+{
+
+ /* blah */
+ //
+ /*
+ * bloh
+ */
+}
+
+E_class_F
+ {
+ /* */
+ inherits {}
+
+ }
+
+FAIL NOW !