lama_byterun/runtime/negative_scenarios/extra_roots_empty_pop_neg.c

5 lines
87 B
C
Raw Normal View History

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