mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
6 lines
61 B
Rust
6 lines
61 B
Rust
fn main() {
|
|
unsafe fn dangerous() {}
|
|
|
|
dangerous();
|
|
}
|