rustc/tests/ui/parser/unsafe-foreign-mod.rs
2024-10-21 11:08:01 +02:00

6 lines
51 B
Rust

//@ check-pass
unsafe extern "C" {}
fn main() {}