blob: de7d13a228084086f29f2fd27f945b667672e0c4 [file] [log] [blame]
struct Struct {
a: usize,
}; //~ ERROR expected item, found `;`
fn main() {}