CMake/Tests/CompileFeatures/cxx_alignof.cpp

6 lines
43 B
C++
Raw Permalink Normal View History

2014-04-04 15:55:27 +04:00
int someFunc()
{
return alignof(int);
}