mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-01 03:28:19 +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);
|
|
} |