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