Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// N.B., we do not expect *any* monomorphization to be generated here.
#![deny(dead_code)]
#![crate_type = "rlib"]
#[inline]
pub fn foo() -> bool {
[1, 2] == [3, 4]
}