(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
function-attributes-3.c
       1  void __attribute__((interrupt("nmi"))) __attribute__((weak))
       2  interrupt_name_weak (void) {
       3  } /* { dg-error "argument to interrupt attribute is unsupported for weak functions" } */