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