#[test]
#[cfg_attr(ignorecfg, ignore)]
fn shouldignore() {}
#[cfg_attr(noignorecfg, ignore)]
fn shouldnotignore() {}