// ERROR:9:argument unit badarity; struct Box(T) { value: T, } fn bad() -> void { var x: Box(i32, u8); }