1 2 3 4 5 6 7 8
use cortex_m_macros::asm_cfg; fn main() {} #[asm_cfg(testcfg)] fn blah() { println!("") }