blob: dac4d4ac9aaf726c6445791c7d4a0feda34ade68 [file] [log] [blame]
struct S {
x: isize,
y: isize,
}
fn main(foo: S) {
//~^ ERROR: main function has wrong type [E0580]
}