1 2 3 4 5 6 7 8 9 10
#![feature(rustc_attrs)] #[rustc_builtin_macro] macro_rules! include { () => {}; } include!("empty.in"); fn main() {}