7 lines
165 B
Rust
7 lines
165 B
Rust
// This isn't really xfailed; it's used by the companionmod.rc test
|
|
// xfail-test
|
|
|
|
fn main() {
|
|
assert a::b::g() == ~"ralph";
|
|
assert a::c::g() == ~"nelson";
|
|
} |