#include "std/mem.toc"; main ::= fn(){ a : []int = news(int, 5); } main();