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