Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
// pretty-expanded FIXME #23616
/*
#7519 ICE pattern matching unit in function argument
*/
fn foo(():()) { }
pub fn main() {
foo(());
}