about summary refs log tree commit diff
path: root/tests/ui/imports/auxiliary/simple-rlib.rs
blob: 28a6273840f6cbf559353df0d4df21852cc156da (plain)
1
2
#![crate_type = "rlib"]
pub fn bar() {}