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

Function main

tests/conceptsConstraintAutoVariable.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3concept FWD = requires { T{}; T(); };
4
5int main()
6{
7 FWD auto x = 4;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected