about summary refs log tree commit diff
path: root/tests/ui/extern-flag/nounused.rs
blob: 98f602ab4046e1cf9f978620afebb85cdbbedc9d (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() {
}