blob: b730e19a1e632653fd29577422fe963a0a46f37b [file] [log] [blame]
fn main() {}
struct Type;
impl Type {
undef!();
//~^ ERROR cannot find macro `undef!` in this scope
}