1 2 3 4 5 6 7 8 9 10
//@ run-pass //@ aux-build:priv-impl-prim-ty.rs extern crate priv_impl_prim_ty as bar; pub fn main() { bar::frob(1); }