OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20020106-1.c
1 /* Origin: PR c/5279 from <wilco@equator.com>.  */     
2         
3 int
4 foo ()
5 {
6   extern long long Y;
7   return (0 > Y++);
8 }