cmake/Tests/CompileFeatures/cxx_alignas.cpp
2016-07-09 11:21:54 +02:00

6 lines
36 B
C++

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