namespace Hello { struct HelloWorld { unsigned long index; string message; }; struct HelloWorld2 { int test1[5]; int test2[2][3]; } }