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

Function k2

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

Source from the content-addressed store, hash-verified

217int k(){ align(16) char a; return CheckAlignment(&a, 16); }\r\n\
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;";

Callers 1

r2Function · 0.85

Calls 1

CheckAlignmentFunction · 0.70

Tested by

no test coverage detected