1 /* { dg-do compile } */ 2 /* { dg-options "" } */ 3 foo(void)4 void *foo(void) 5 { 6 return (void *)0 - 1; 7 } 8