(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
builtin_macro_not_found.rs
#[rustc_builtin_macro]
macro_rules! crabby_crab_carb { // { dg-error "cannot find a built-in macro with name .crabby_crab_carb." }
    () => {{}};
}