blob: f359f34e4fd1744c6f0974ea6c21e735f511ffd9 [file]
mod m {
fn check() {
Result::Ok!(); //~ ERROR cannot find
}
}
fn main() {}