about summary refs log tree commit diff
path: root/tests/run-make/export/disambiguator/app.rs
blob: 27e0e2280e54e647feb8a5f4d79ea548f139e501 (plain)
1
2
3
4
5
6
7
extern crate libr;

use libr::*;

fn main() {
    assert_eq!(S::<S2>::foo(), 2);
}