Cdroid/apps/uidemo1/nm2.cc
2022-11-06 23:49:41 +00:00

11 lines
104 B
C++

#include <nm2.h>
#include <nm1.h>
namespace n2{
test2::test2(){
n1::test1 tt;
tt.a.name="test";
}
}