mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-16 19:58:46 +00:00
5 lines
87 B
C
5 lines
87 B
C
|
|
#include "../gc.h"
|
||
|
|
|
||
|
|
#include <stddef.h>
|
||
|
|
|
||
|
|
int main () { pop_extra_root((void **)NULL); }
|