aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arc/interrupt-1.c
blob: 70514572ea564eae1d55c7814e532806ae1cd334 (plain)
1
2
3
4
5
void __attribute__ ((interrupt("ilink1")))
handler1 (void)
{
}
/* { dg-final { scan-assembler-times "j.*\[ilink1\]" 1 } } */