Files
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 18:24:59 +10:00
pub fn extern_fn(x: u8);
}