// ERROR:9:optional unit badidir; struct Node { value: i32, } fn bad(p: ?^Node) -> i32 { return p.^.value; }