14 lines
178 B
TypeScript
Raw Normal View History

2019-04-18 11:51:07 +02:00
import "rt";
2019-04-11 09:07:00 +02:00
export {
2019-04-18 12:53:48 +02:00
__rt_allocate,
__rt_reallocate,
__rt_free,
__rt_retain,
__rt_release,
__rt_collect,
__rt_typeinfo
2019-04-11 09:07:00 +02:00
};
2019-04-17 17:48:26 +02:00
2019-04-18 11:51:07 +02:00
@start export function main(): void {}