blob: 3d0fea245c0c2339f07d5db0cd28e694900e2756 [file] [log] [blame]
struct Lorem {
ipsum: Ipsum //~ ERROR cannot find type `Ipsum`
}
fn main() {
let _foo: *mut Lorem = core::ptr::null_mut(); // no error here
}