/* Verify the return instruction is mret.  */
/* { dg-do compile } */
/* { dg-options "" } */
void __attribute__ ((interrupt ("machine")))
foo (void)
{
}
/* { dg-final { scan-assembler "mret" } } */
