Imported Upstream version 4.7.3
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.c-torture / compile / pr54103-6.c
1 void
2 f (void)
3 {
4   0 || 65536*65536 ? : 0;
5 }