struct S { char large_array[33]; }; template struct ST { T large_array[33]; };