summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_compile_features/lib_auto_type.cpp
blob: 71b22150d8ecc3b22c9031db0fc707b46d7f2f11 (plain)
1
2
3
4
5
6

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