mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
6 lines
No EOL
92 B
C
6 lines
No EOL
92 B
C
#include "../gc.h"
|
|
|
|
int main () {
|
|
push_extra_root(NULL);
|
|
pop_extra_root((void **)239);
|
|
} |