summaryrefslogtreecommitdiffstats
path: root/data/02_classes.c
blob: 4a66c5ccbb1c040ed0272486b3da6ccebd97bde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

/*
 * this is my sandbox
 */


 A_class_B {
   /* leave
    * a
    * comment 
    * here
    */
    inherits {};
    inherits { Eo_Base };
    inherits { Eo_Another, Evas_Common_Interface };
};

C_class_D  { 
   /*@ This is a    comment for class C_class_D.
    * check
   *check
* check
*check      */

   // haha
   inherits { Eo_Another, Evas_Common_Interface };
     // hoho
};

 Cvas_objecD
{

   /* blah */
   //
   /*
    * bloh
    */
};

E_class_F  
  {
     /*  */
    inherits {};

  };

FAIL NOW !