Files
rust/tests/run-make/export/disambiguator/app.rs
2025-05-04 22:03:15 +03:00

8 lines
83 B
Rust

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