summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/main.cpp
blob: c5a7a46e4818fac945f27c3b5cc7e7e607f7c641 (plain)
1
2
3
4
5
6

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