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

Function main

tests/ClassOperatorHandler10Test.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14int main(){
15
16 // UnaryExprOrTypeTraitExpr with Type
17 std::cout << sizeof(Color) << std::endl;
18 std::cout << sizeof(State) << std::endl;
19
20}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected