#include "std/mem.toc"; main ::= fn() { thing := new(int); del(thing); }