Clang Project
test_code
/
sub_test
/
test.cpp
1
#
include
"test.h"
2
#
include
"sub_testa/testa.h"
3
4
namespace
TXT
{
5
void
Test
::
init
() {
6
dd
=
100
;
7
8
TestA
*
a
=
new
TestA
();
9
a
->
initA
(
dd
);
10
11
}
12
13
int
Test
::
test_static
() {
14
int
ee
=
110
;
15
}
16
17
}
TXT::Test::init
TXT::Test::test_static