rust/tests/crashes/120175.rs

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

12 lines
212 B
Rust
Raw Normal View History

2024-11-08 21:32:40 +01:00
//@ known-bug: #120175
//@ needs-rustc-debug-assertions
#![feature(extern_types)]
#[link(name = "bar", import_name_type = "decorated", kind = "raw-dylib")]
extern "C" {
pub type CrossCrate;
}
fn main() {}