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

Function Int

tests/TestListComprehension.cpp:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{\r\n\
14 int i;\r\n\
15}\r\n\
16Int Int(int x){ Int a; a.i = x; return a; }\r\n\
17Int[] xI = { for(i in range(1,30)) yield Int(i); };\r\n\
18class BigInt\r\n\
19{\r\n\

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected