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

Function main

tests/NoexceptExprTest.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20int main()
21{
22 printf("Foo: %d\n", noexcept(Foo()));
23 printf("Bar: %d\n", noexcept(Bar()));
24}

Callers

nothing calls this directly

Calls 2

FooFunction · 0.70
BarFunction · 0.70

Tested by

no test coverage detected