gcc/
[official-gcc.git] / gcc-4_9-branch / gcc / testsuite / gcc.target / arc / interrupt-2.c
blobee8593b303919932ed401d0f37ebaf564c0ea1f6
1 void __attribute__ ((interrupt("ilink2")))
2 handler1 (void)
5 /* { dg-final { scan-assembler-times "j.*\[ilink2\]" 1 } } */