2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020106-1.c
blobc114af1aa8c4902b0bc008d2ad2e641671cd638b
1 /* Origin: PR c/5279 from <wilco@equator.com>. */
3 int
4 foo ()
6 extern long long Y;
7 return (0 > Y++);