<pre> fn foo[A](x: &A) {} fn main() { foo((0, 2)); } </pre> results in <input>:0:0:0:0: error: internal compiler error missed case: (int,int)