1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "bn " } } */
4 /* { dg-final { scan-assembler "b\[np\] " } } */
6 unsigned short a_below
__attribute__((__BELOW100__
));
7 unsigned short b_below
__attribute__((__BELOW100__
));
8 unsigned short * a_ptr
= & a_below
;
9 unsigned short * b_ptr
= & b_below
;