CMake/Tests/CMakeCommands/target_compile_features/main.cpp

7 lines
54 B
C++

int main(int, char **)
{
auto i = 0;
return i;
}