1 2 3 4 5 6 7 8
// #60115 mod foo { pub bar(); //~^ ERROR missing `struct` for struct definition } fn main() {}