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

Function bar

tests/Issue704.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void bar()
16{
17 int arr[]{1, 2};
18 auto& [x, _] = arr;
19 auto g = [x]() {};
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected