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

Function main

tests/TemplateArgumentsTest.cpp:19–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int main()
20{
21 int result = 0x22;
22
23 Log("Hello World %s\n", "nothing");
24
25 Log("And the number is %d\n", result);
26
27 std::string test{"Hello"};
28 Log("%s\n", test);
29}

Callers

nothing calls this directly

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected