summary refs log tree commit diff
path: root/src/test/run-pass/syntax-extension-minor.rs
blob: 509399975234032fd352e36596579b1f92e50fd6 (plain)
1
2
3
4
5
6
7
8

fn main() {
    let asdf_fdsa = "<.<";
    assert (#concat_idents[asd, f_f, dsa] == "<.<");

    assert (#ident_to_str[use_mention_distinction] ==
                "use_mention_distinction");
}