blob: ac28e21ae032953b9bf837eda75598b51a6b708b [file] [log] [blame]
struct S {
bar: ();
//~^ ERROR expected `,`, or `}`, found `;`
}
fn main() {}