blob: 59e5e0c5d31db6fa0b91d199bc9387febfce7b54 [file] [log] [blame]
fn foo(_: *()) {
//~^ ERROR expected mut or const in raw pointer type
}
fn main() {}