summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/main.cpp
blob: 6f5daee0bbcc2ac3e98d3f827bfd354e46912e5b (plain)
1
2
3
4
5
6

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