CMake/Tests/CompileFeatures/cxx_alignas.cpp

6 lines
36 B
C++

struct S1
{
alignas(8) int n;
};