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