1 2 3 4 5 6 7 8 9 10 11
//@ run-pass /* #7519 ICE pattern matching unit in function argument */ fn foo(():()) { } pub fn main() { foo(()); }