CMake/Tests/CompileFeatures/cxx_alignof.cpp

6 lines
43 B
C++

int someFunc()
{
return alignof(int);
}