Updated Spanish translation
[anjuta-git-plugin.git] / plugins / symbol-browser / test-class.cpp
blob285815ccee7e50e826dfcd08b272b055bf32a046
2 #include "test-class.h"
4 typedef struct _faa_1 {
6 char a;
7 int b;
8 } faa_1_t;
11 MyClass *klass;
14 //klass->
16 int func_test1() {
18 YourClass klass();
23 return 0;
28 YourClass *hey;
31 int main() {
33 faa_1_t faa;
35 //faa
38 // MyClass klass();
39 YourClass *klass, *yklass;
41 MyClass *my_class;
43 // my_class->
45 First::Second::Second_1_class *sec_class;
46 sec_class->func_second_1_class_foo ();
48 Third::Fourth::Fourth_1_class *fourth_class = new Third::Fourth::Fourth_1_class;
50 fourth_class->func_fourth_1_class_foo ();
51 // yklass->
54 return 0;