blob: 506aef4adc430d3eb8178dd42e8df55a004b75c2 [file] [log] [blame]
/* Verify the return instruction is mret. */
/* { dg-do compile } */
/* { dg-options "" } */
void __attribute__ ((interrupt))
foo (void)
{
}
/* { dg-final { scan-assembler {\mmret} } } */