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

Function main

tests/StructuredBindingsHandlerBitFieldTest.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15void Func(auto x) { }
16
17int main()
18{
19 Func(pt.x);
20
21 ++a2x;
22
23 //assert(2 == pt.x);
24}

Callers

nothing calls this directly

Calls 1

FuncFunction · 0.70

Tested by

no test coverage detected