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

Function main

tests/Issue596.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10Data(const char *) -> Data<std::string> ;
11Data(int)->Data<long> ;
12int main() {
13 Data d1{5};
14}
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected