summaryrefslogtreecommitdiff
path: root/test.toc
blob: dfcbe51ea57020feaa71820cca471707e4579f76 (plain)
1
2
3
4
5
#include "std/mem.toc";
main ::= fn(){
	a : []int = news(int, 5);
}
main();