rust/tests/ui/parser/unsafe-foreign-mod.rs
2024-07-23 00:29:39 -03:00

6 lines
51 B
Rust

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