2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20001009-1.c
blobaa691cab2fb1f2b05a6c7c51a18157815035540b
1 int a,b;
2 main()
4 int c=-2;
5 int d=0xfe;
6 int e=a&1;
7 int f=b&2;
8 if ((char)(c|(e&f)) == (char)d)
9 return 0;
10 else
11 abort();