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

Function CHECK

tests/TestListComprehension.cpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23BigInt BigInt(int x){ BigInt a; a.i = x; return a; }\r\n\
24BigInt[] xBI = { for(i in range(1,30)) yield BigInt(i); };\r\n\
25int good = 1;\r\n\
26void CHECK(double a, int b){ if(a != b) good = 0; }\r\n\
27void CHECK(float a, int b){ if(a != b) good = 0; }\r\n\
28void CHECK(long a, int b){ if(a != b) good = 0; }\r\n\
29void CHECK(int a, int b){ if(a != b) good = 0; }\r\n\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected