1 /* { dg-do compile { target sh-*-* sh[1234ble]*-*-*} } */
2 /* { dg-options "-O" } */
3 /* This test case will check whether trapa is generated only for isr. */
5 void isr() __attribute__ ((trap_exit (4)));
17 /* { dg-final { scan-assembler-times "trapa\[ \t\]\[ \t\]*#4" 1} } */