Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
overloaded
/
overloaded-autoderef-xcrate.rs
blob: 82e1c07718a51fd1c8a421cfcff5b3701096172d [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:overloaded_autoderef_xc.rs
extern
crate overloaded_autoderef_xc
;
fn
main
()
{
assert
!(
overloaded_autoderef_xc
::
check
(
5
,
5
));
}