| 20 | int i;\r\n\ |
| 21 | float x, y;\r\n\ |
| 22 | }\r\n\ |
| 23 | BigInt BigInt(int x){ BigInt a; a.i = x; return a; }\r\n\ |
| 24 | BigInt[] xBI = { for(i in range(1,30)) yield BigInt(i); };\r\n\ |
| 25 | int good = 1;\r\n\ |
| 26 | void CHECK(double a, int b){ if(a != b) good = 0; }\r\n\ |
no outgoing calls
no test coverage detected