MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Test

Function Test

tests/AutoHandlerTest.cpp:9–12  ·  view source on GitHub ↗

http://clang.llvm.org/extra/doxygen/TrailingReturnCheck_8cpp_source.html

Source from the content-addressed store, hash-verified

7
8// http://clang.llvm.org/extra/doxygen/TrailingReturnCheck_8cpp_source.html
9auto Test()
10{
11 return 1;
12}
13
14auto Best() -> int
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected