CMake/Tests/CompileFeatures/cxx_alignas.cpp

5 lines
36 B
C++

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