1 /* Don't ICE on stupid user tricks.  */
2 
foo(int bar)3 int foo(int bar)
4 {
5   return (&bar)[-1];
6 }
7