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

Function main

tests/CXXDestructorTest.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29int main()
30{
31 Alloc<int, false> a;
32 Alloc<char, true> b;
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected