2019-04-18 11:51:07 +02:00

13 lines
161 B
TypeScript

import "rt";
export {
__mm_allocate,
__mm_reallocate,
__mm_free,
__gc_retain,
__gc_release,
__gc_collect
};
@start export function main(): void {}