Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
priv-impl-prim-ty.rs
blob: f4c4973f61baf5d76dca7775399acc6a0ba8456e [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:priv-impl-prim-ty.rs
//@ pretty-expanded FIXME #23616
extern
crate priv_impl_prim_ty
as
bar
;
pub
fn
main
()
{
bar
::
frob
(
1
);
}