blob: d494c4471a31c77bd4e3c704c1bb442f813edefe [file] [log] [blame]
// aux-build:two_macros.rs
extern crate two_macros;
pub fn main() {
macro_two!();
//~^ ERROR cannot find macro `macro_two` in this scope
}