Cdroid/apps/uidemo1/nm2.cc

11 lines
104 B
C++
Raw Normal View History

2022-11-07 07:49:41 +08:00
#include <nm2.h>
#include <nm1.h>
namespace n2{
test2::test2(){
n1::test1 tt;
tt.a.name="test";
}
}