summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0458.rs
blob: 35e7e84d4796d4a56aa4e74328e82e7eee2716c0 (plain)
1
2
3
4
5
#[link(kind = "wonderful_unicorn")] extern "C" {} //~ ERROR E0458
                                                  //~| ERROR E0459

fn main() {
}