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

Function BigInt

tests/TestListComprehension.cpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 int i;\r\n\
21 float x, y;\r\n\
22}\r\n\
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\

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected