2011-08-03 13:46:32 -05:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
let asdf_fdsa = "<.<";
|
2011-08-19 17:16:48 -05:00
|
|
|
assert (#concat_idents[asd, f_f, dsa] == "<.<");
|
2011-08-03 13:46:32 -05:00
|
|
|
|
2011-08-19 17:16:48 -05:00
|
|
|
assert (#ident_to_str[use_mention_distinction] ==
|
|
|
|
"use_mention_distinction");
|
2011-08-13 02:10:18 -05:00
|
|
|
}
|