1 2 3 4 5 6 7 8 9
// run-pass // ignore-pretty issue #37195 #![allow(dead_code)] include!("auxiliary/issue-40469.rs"); fn f() { m!(); } fn main() {}