mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-02 19:06:05 +00:00
7 lines
73 B
Rust
7 lines
73 B
Rust
fn f() {
|
|
#debug("This is a bare function");
|
|
}
|
|
|
|
fn main() {
|
|
f();
|
|
} |