summaryrefslogtreecommitdiff
path: root/test.toc
blob: d27fae603a70125c185aa443d18126d5d10ddbb2 (plain)
1
2
3
4
5
6
#include "std/mem.toc";

main ::= fn() {
	thing := new(int);
	del(thing);
}