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