Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// ignore-test
macro_rules! m {
() => { include!("file.txt"); }
}
macro_rules! n {
() => { unsafe { core::arch::asm!(include_str!("file.txt")); } }