CMake/Tests/CompileFeatures/cxx_trailing_return_types.cpp

6 lines
41 B
C++

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