aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20120830-2.c
blob: 27479b687a7730337072b9c9f426c1049ccb180d (plain)
1
2
3
4
5
ubidi_writeReordered_49( int *dest, const unsigned char *dirProps) 
{
    if (!(1&(1UL<<*dirProps)))
      *dest=1;
}