diff options
Diffstat (limited to 'data/02_classes.c')
-rw-r--r-- | data/02_classes.c | 42 |
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 !
|