mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
7 lines
No EOL
141 B
C
7 lines
No EOL
141 B
C
#include "../gc.h"
|
|
|
|
#include <stddef.h>
|
|
|
|
int main () {
|
|
for (size_t i = 0; i < MAX_EXTRA_ROOTS_NUMBER + 1; ++i) { push_extra_root(NULL); }
|
|
} |