http://clang.llvm.org/extra/doxygen/TrailingReturnCheck_8cpp_source.html
| 7 | |
| 8 | // http://clang.llvm.org/extra/doxygen/TrailingReturnCheck_8cpp_source.html |
| 9 | auto Test() |
| 10 | { |
| 11 | return 1; |
| 12 | } |
| 13 | |
| 14 | auto Best() -> int |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected