blob: 2e7c26b54e41b93b081b2692b0fd4fcb7bbf886e [file] [log] [blame]
struct Lorem {
ipsum: Ipsum //~ ERROR cannot find type `Ipsum`
}
fn main() {
let _foo: *mut Lorem = 0 as *mut _; // no error here
}