CMake/Tests/CompileFeatures/main.cpp

7 lines
61 B
C++

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