blob: d8abd9765580535c5bd07b2dad7cc2a987888e6e [file] [log] [blame]
const fn cmp(x: fn(), y: fn()) -> bool { //~ ERROR function pointers in const fn are unstable
x == y
}
fn main() {}