lama_byterun/runtime/negative_scenarios/extra_roots_pop_mismatch_neg.c
2023-10-04 05:23:14 +02:00

6 lines
No EOL
92 B
C

#include "../gc.h"
int main () {
push_extra_root(NULL);
pop_extra_root((void **)239);
}