5 lines
93 B
Rust
5 lines
93 B
Rust
pub S();
|
|
//~^ ERROR missing `fn` or `struct` for function or struct definition
|
|
|
|
fn main() {}
|