]> git.lizzy.rs Git - rust.git/blob - src/test/ui/overloaded/overloaded-autoderef-xcrate.rs
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / overloaded / overloaded-autoderef-xcrate.rs
1 // run-pass
2 // aux-build:overloaded_autoderef_xc.rs
3
4
5 extern crate overloaded_autoderef_xc;
6
7 fn main() {
8     assert!(overloaded_autoderef_xc::check(5, 5));
9 }