blob: 7a3b7bea88585af323fcb159563c5b6b90865e89 [file] [log] [blame]
void __attribute__((weak, interrupt))
weak_interrupt (void) {
}
void __attribute__((interrupt(11)))
interrupt_number (void) {
}
/* { dg-final { scan-assembler-times "__interrupt_vector_" 1 } } */