``` rust fn main() { struct Foo; let x = ~[Foo, Foo, Foo]; println(fmt!("%?", x)); // hangs, gobbles up memory } ```