1 // Taken from #1374 submitted by @oison-dan 2 struct alignas( 64 ) AlignasTestStruct 3 { 4 }; 5 6 class alignas( 64 ) AlignasTestStruct2 7 { 8 }; 9