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

Function r2

tests/TestExtra.cpp:220–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218int r(){ align(16) char a; return k(); }\r\n\
219int good = r();\r\n\
220int k2(){ align(16) char a; return CheckAlignment(&a, 16); }\r\n\
221int r2(){ align(16) char a; return k2(); }\r\n\
222good += r2();\r\n\
223return good;";
224TEST("Group of tests 5", testMissingTests5a, "2")

Callers

nothing calls this directly

Calls 1

k2Function · 0.85

Tested by

no test coverage detected