blob: eb9594fb8b6e3c3035852059a42a14c231c8d362 [file] [log] [blame]
struct Bar; //~ previous definition of the type `Bar` here
struct Bar; //~ ERROR E0428
fn main () {
}