1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-30 15:49:18 +08:00
CMake/Tests/CompileFeatures/cxx_alignof.cpp
2014-04-08 11:05:56 +02:00

6 lines
43 B
C++

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