blob: 47f561bae77558ae7a2d028ab242ac7011791653 [file] [log] [blame]
/* Don't ICE on stupid user tricks. */
int foo(int bar)
{
return (&bar)[-1];
}