rust/tests/ui/parser/unsafe-foreign-mod.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
51 B
Rust
Raw Permalink Normal View History

//@ check-pass
unsafe extern "C" {}
2020-08-23 10:42:19 +00:00
fn main() {}