blob: 500591b2ad138ddd723125b7d805cfe1c5f34086 [file] [log] [blame]
// compile-flags: -Z continue-parse-after-error
fn main() {
struct Test {
Very
Bad //~ ERROR found `Bad`
Stuff
}
}