4 lines
105 B
Rust
4 lines
105 B
Rust
const pub () {}
|
|
//~^ ERROR expected one of `async`, `extern`, `fn`, `safe`, or `unsafe`
|
|
pub fn main() {}
|