blob: cd9c959d5e6a358ac147ddbbfc94ab43fa6f5b72 [file] [log] [blame]
#![crate_type = "rlib"]
extern crate foo;
pub fn bar(_s: foo::S) {
}