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

Function main

tests/conceptsDefinition.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42int main() {
43 ConceptsDefinition::SimpleRequirement auto x = 4;
44
45 return areEqual(2, 3.0);
46}

Callers

nothing calls this directly

Calls 1

areEqualFunction · 0.85

Tested by

no test coverage detected