MCPcopy Create free account
hub / github.com/Naios/function2 / scrn

Function scrn

test/build-test.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9bool testSelfContaining();
10
11int scrn() {
12
13 fu2::unique_function<void(int, int)> fun = [](int /*a*/, int /*b*/) {
14 // ...
15 };
16
17 (void)fun;
18 return 0;
19}
20
21// Issue #6
22TEST(build_tests, the_header_is_self_containing) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected