``` rust fn f() -> int { (return 1, return 2) } fn main() {} ``` ``` $ rustc ice.rs error: internal compiler error: adt::represent_type called on non-ADT type ```