summaryrefslogtreecommitdiff
path: root/test.toc
blob: d3d189177ebc97da9e0aa93b40b03ea61792b699 (plain)
1
2
3
4
5
main @= fn() {
	 asdf := new &[3]&char;
	 del new int;
	 del asdf;
};