lama_byterun/runtime/negative_scenarios/extra_roots_pop_mismatch_neg.c

6 lines
92 B
C
Raw Normal View History

2023-10-04 05:23:14 +02:00
#include "../gc.h"
int main () {
push_extra_root(NULL);
pop_extra_root((void **)239);
}