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