about summary refs log tree commit diff
path: root/tests/run-make/symlinked-extern/bar.rs
blob: 895582d5f13bee44ccb0a0a6b1fbd09184da3e74 (plain)
1
2
3
4
5
#![crate_type = "rlib"]

extern crate foo;

pub fn bar(_s: foo::S) {}