CMake/Tests/CMakeCommands/target_compile_features/lib_auto_type.cpp

7 lines
53 B
C++

int getAutoTypeImpl()
{
auto i = 0;
return i;
}