blob: e8552bd285a8681a6950afe9409666f502d8c376 [file] [log] [blame]
// emit-mir
// check-pass
const fn foo() -> i32 {
5 + 6
}
fn main() {
foo();
}