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

Function RecallerTransition

tests/TestRuntimeFail.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

nullcRunFunctionFunction · 0.85

Tested by

no test coverage detected