MCPcopy Create free account
hub / github.com/WheretIB/nullc / func

Function func

tests/TestClasses.cpp:214–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212class TestC{ char a; }\r\n\
213TestC c;\r\n\
214c.a = 3;\r\n\
215int func(TestS a){ return a.a; }\r\n\
216int func(TestC a){ return a.a; }\r\n\
217return func(b) + func(c);";
218TEST_RESULT("Class with size smaller that 4 bytes", testSmallClass, "9");

Callers 1

TestClasses.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected