CMake/Tests/CMakeCommands/target_compile_features/lib_auto_type.h

9 lines
89 B
C

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