blob: c648cd5e8f7d53f11e3247435a5384fd93a61faf (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-mthumb -fzero-call-used-regs=used" } */
int
foo (int x)
{
return x;
}
|