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