Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
tests
/
ui
/
privacy
/
issue-57264-1.rs
blob: 27b2551f17122a9ad5bcd5e2728487581d994e07 [
file
]
//@ check-pass
//@ aux-build:issue-57264-1.rs
extern
crate issue_57264_1
;
fn
main
()
{
issue_57264_1
::
Pub
::
pub_method
();
}