12 lines
93 B
Rust
12 lines
93 B
Rust
fn main() {
|
|
let x = 1;
|
|
}
|
|
|
|
fn foo() {
|
|
#![attribute]
|
|
|
|
let x = 1;
|
|
|
|
// comment
|
|
}
|