mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
5 lines
93 B
Rust
5 lines
93 B
Rust
pub S();
|
|
//~^ ERROR missing `fn` or `struct` for function or struct definition
|
|
|
|
fn main() {}
|