blob: 2dd3b16394d550d821cd1c1507ad390e13f64830 [file] [log] [blame] [edit]
//@ aux-build:found-staticlib.rs
//@ normalize-stderr-test: "\.nll/" -> "/"
//@ normalize-stderr-test: "\\\?\\" -> ""
//@ normalize-stderr-test: "(lib)?found_staticlib\.[a-z]+" -> "libfound_staticlib.somelib"
extern crate found_staticlib; //~ ERROR E0462
fn main() {
found_staticlib::foo();
}