mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-02 20:28:11 +08:00
11 lines
104 B
C++
11 lines
104 B
C++
#include <nm2.h>
|
|
#include <nm1.h>
|
|
namespace n2{
|
|
|
|
test2::test2(){
|
|
n1::test1 tt;
|
|
tt.a.name="test";
|
|
}
|
|
|
|
}
|