4 lines
67 B
Rust
4 lines
67 B
Rust
|
fn main() {
|
||
|
#[attr]
|
||
|
#debug("hi"); //! ERROR expected item
|
||
|
}
|