summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern-flag/nounused.rs
blob: 2513986bbec753031fb160739c10514f55e105d2 (plain)
1
2
3
4
5
6
7
// check-pass
// aux-crate:nounused:somedep=somedep.rs
// compile-flags: -Zunstable-options -Dunused-crate-dependencies
// edition:2018

fn main() {
}