blob: f7547742ddcbed9d0638bc12d694c0221b34e707 [file] [log] [blame]
#![feature(inline_const)]
fn main() {
const { 2 } - const { 1 };
//~^ ERROR mismatched types
}