summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/dllimports/auxiliary/dummy.rs
blob: 113a164f1457f37d69f49b0884754dbcbeddb8e4 (plain)
1
2
3
4
5
6
// 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.