| 126 | TEST_RUNTIME_FAIL("Array allocation failure", testArrayAllocationFail, "ERROR: can't allocate array with 1073741824 elements of size 4"); |
| 127 | |
| 128 | void RecallerTransition(int x) |
| 129 | { |
| 130 | nullcRunFunction("inside", x); |
| 131 | } |
| 132 | |
| 133 | LOAD_MODULE_BIND(func_testX, "func.testX", "void recall(int x);") |
| 134 | { |
nothing calls this directly
no test coverage detected