Sign in
fuchsia
/
third_party
/
rust
/
6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba
/
.
/
tests
/
ui
/
svh-add-nothing.rs
blob: 6e4b9fa7f4c9fafdecddaed6aa0b346624802a7c [
file
] [
log
] [
blame
]
//@ run-pass
// note that these aux-build directives must be in this order
//@ aux-build:svh-a-base.rs
//@ aux-build:svh-b.rs
//@ aux-build:svh-a-base.rs
extern
crate a
;
extern
crate b
;
fn
main
()
{
b
::
foo
()
}