Files
rust/tests/run-make/export/disambiguator/app.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
83 B
Rust
Raw Normal View History

extern crate libr;
use libr::*;
fn main() {
assert_eq!(S::<S2>::foo(), 2);
}