blob: 8586dc172764adaab9cf268c45087e817bdda7b5 [file] [log] [blame]
fn main() {
#[cfg(false)]
<() as module>::mac!(); //~ ERROR macros cannot use qualified paths
}