1 /* Check for thumb1 imm [255-510] moves.  */
2 /* { dg-require-effective-target arm_thumb1_ok } */
3 /* { dg-options "-Os" } */
4 /* { dg-skip-if "" { ! { arm_thumb1 } } } */
5 
f()6 int f()
7 {
8   return 257;
9 }
10 
11 /* { dg-final { scan-assembler-not "ldr" } } */
12 
13