blob: f003e40fa55f55101ab2f29df10a030f7671c6e9 [file] [log] [blame] [edit]
//@ check-pass
// See https://github.com/rust-lang/rust/issues/95151
#[track_caller]
macro_rules! _foo {
() => {};
}
fn main() {
}