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

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