Sign in
android
/
toolchain
/
rustc
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
tests
/
ui
/
traits
/
default-method-fn-call-9123.rs
blob: 266b95ca960c55cb1afbbefd0bc1afb46d26f6f0 [
file
] [
log
] [
blame
] [
edit
]
// https://github.com/rust-lang/rust/issues/9123
//@ run-pass
//@ aux-build:aux-9123.rs
extern
crate aux_9123
;
pub
fn
main
()
{}