blob: 182ec91364ed64b8c7c5481948d31f2814e294d7 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a)
{
return ((int *)0)[a];
}