]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/simple-dylib/foo.rs
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
[rust.git] / tests / run-make-fulldeps / simple-dylib / foo.rs
1 extern crate bar;
2
3 fn main() {
4     bar::bar();
5 }