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