blob: 2ca6fbd48fb9a1b3e1fdda1b9823fb0375a1f4af [file] [log] [blame]
// compile-flags: -Z parse-only
struct s {
bar: ();
//~^ ERROR expected `,`, or `}`, found `;`
}