Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-9968.rs
blob: 5ceea056634a1306e9a6e24e76fc9ab6d794bf67 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-9968.rs
//@ pretty-expanded FIXME #23616
extern
crate issue_9968
as
lib
;
use
lib
::{
Trait
,
Struct
};
pub
fn
main
()
{
Struct
::
init
().
test
();
}