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

Function main

tests/LambdaHandlerInFunctionTest.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8int main()
9{
10 Test([]{printf("Hello");});
11
12 Test([]{printf("Bello"); return 1;}());
13}

Callers

nothing calls this directly

Calls 1

TestFunction · 0.70

Tested by

no test coverage detected