1 2 3 4 5 6 7
struct S { char large_array[33]; }; template<typename T> struct ST { T large_array[33]; };