CMake/Tests/CompileFeatures/cxx_alignof.cpp
2014-04-08 11:05:56 +02:00

6 lines
43 B
C++

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