CMake/Tests/CompileFeatures/main.cpp

7 lines
60 B
C++

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