blob: 32c4e7b10b43f56f6042cf8e24a28217569a13b8 [file] [log] [blame]
//@ check-pass
// This should not ICE
// https://github.com/rust-lang/rust/issues/47639
pub fn test() {
macro_rules! foo {
() => ()
}
}