rust/tests/source/issue_4963.rs

5 lines
65 B
Rust
Raw Normal View History

mod test {
extern "C" {fn test();}
}
extern "C" {fn test();}