CMake/Tests/CxxDialect/use_typeof.cxx

7 lines
70 B
C++

int main(int argc, char**)
{
typeof(argc) ret = 0;
return ret;
}