rust/tests/codegen/dllimports/auxiliary/dummy.rs

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

7 lines
280 B
Rust
Raw Normal View History

// no-prefer-dynamic
#![crate_type = "staticlib"]
// Since codegen tests don't actually perform linking, this library doesn't need to export
// any symbols. It's here just to satisfy the compiler looking for a .lib file when processing
// #[link(...)] attributes in wrapper.rs.