blob: 31a5a05a7144faba82e1bf8979841663e252a24e [file] [log] [blame] [edit]
//@ edition: 2024
//@ compile-flags: --cfg=this_is_aux
pub fn aux_directives_are_respected() -> bool {
cfg!(this_is_aux)
}