Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
issue-57264-1.rs
blob: 27b2551f17122a9ad5bcd5e2728487581d994e07 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ aux-build:issue-57264-1.rs
extern
crate issue_57264_1
;
fn
main
()
{
issue_57264_1
::
Pub
::
pub_method
();
}