00001 #ifndef TKDEPS_0_H 00002 #define TKDEPS_0_H 00003 00004 #include <tkdeps_lib.h> 00005 00006 namespace tkdeps { 00007 struct OnlyLib { 00008 tkdeps_lib::Test a; 00009 }; 00010 00011 struct FixedSizeHandling 00012 { 00013 double test[40]; 00014 }; 00015 } 00016 00017 #endif 00018