11 lines
89 B
Rust
Raw Normal View History

// emit-mir
// check-pass
const fn foo() -> i32 {
5 + 6
}
fn main() {
foo();
}