1 | #include "test.h" |
---|---|
2 | #include "testa.h" |
3 | |
4 | namespace TXT { |
5 | void Test::init() { |
6 | std::string hello = "hello"; //test |
7 | dd = 100; |
8 | cc = "test"; |
9 | |
10 | TestA *a = /* aaaaa */new TestA(); |
11 | a->initA() |
12 | |
13 | } |
14 | |
15 | int Test::test_static() { |
16 | ee = 110; |
17 | } |
18 | |
19 | } |