summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_trailing_return_types.cpp
blob: 01a76cbff2d8467207d137f25c4a2b61ff36eeea (plain)
1
2
3
4
5

auto someFunc() -> int
{
  return 42;
}