blob: 61a4147afa67b8cc092e267243b83cb95e76fb8d [file] [log] [blame]
#define w 20
#define c 1
foo (a)
unsigned a;
{
return ((a & ((1 << w) - 1)) << c) > 0;
}