Files
cmake/Tests/CompileFeatures/cxx_alignof.cpp
T

6 lines
43 B
C++

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