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

Function main

tests/ConstraintAutoParameterTest.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6auto lambda = [](C auto container) { };
7
8int main() {
9 lambda(4);
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected