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

5 lines
No EOL
87 B
C

#include "../gc.h"
#include <stddef.h>
int main () { pop_extra_root((void **)NULL); }