]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/pretty-expanded-hygiene/input.pp.rs
b835bf8782cc3fcc2391a95a53852bad2a3c611f
[rust.git] / src / test / run-make-fulldeps / pretty-expanded-hygiene / input.pp.rs
1 // minimal junk
2 #![feature(no_core)]
3 #![no_core]
4
5 macro_rules! foo /* 60#0 */(( $ x : ident ) => { y + $ x });
6
7 fn bar /* 62#0 */() { let x /* 59#2 */ = 1; y /* 61#4 */ + x /* 59#5 */ }
8
9 fn y /* 61#0 */() { }