1/* Origin: PR c/5279 from <wilco@equator.com>.  */
2
3int
4foo ()
5{
6  extern long long Y;
7  return (0 > Y++);
8}
9