re PR target/70713 (msp430 interrupt attribute prevents overriding weak symbols)
[official-gcc.git] / gcc / testsuite / gcc.target / msp430 / function-attributes-2.c
blobfcb2fb2f0116a14f0f0d1b19731565b0fcdc3247
1 void __attribute__((weak, interrupt(10)))
2 weak_interrupt_number (void) {
3 } /* { dg-error "argument to interrupt attribute is unsupported for weak functions" } */