blob: b8fd5e649808778a7baf18ee839748ec47d788f4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { "*-*-*" } { "-mcpu=msp430" } { "" } } */
/* { dg-options "-mlarge -mcode-region=either -ffunction-sections" } */
/* { dg-final { scan-assembler-not "\\.either\\.lowtext" } } */
void __attribute__ ((interrupt (2))) ir_1 (void)
{
while (1);
}
int main (void)
{
while (1);
}