mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
23 lines
104 B
Rust
23 lines
104 B
Rust
fn main() {
|
|
|
|
|
|
|
|
|
|
let x = 1;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
fn foo() {
|
|
|
|
#![attribute]
|
|
|
|
let x = 1;
|
|
|
|
// comment
|
|
|
|
|
|
}
|