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