00001 #ifndef BUILD_REGEN_LIBRARY_REGEN_LIB_H 00002 #define BUILD_REGEN_LIBRARY_REGEN_LIB_H 00003 00004 namespace RegenLib { 00005 struct Test { 00006 int field; 00007 }; 00008 } 00009 00010 #endif