rust/tests/ui/lint/auxiliary/external_extern_fn.rs

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

4 lines
44 B
Rust
Raw Normal View History

extern "C" {
2020-03-31 08:24:59 +00:00
pub fn extern_fn(x: u8);
}