aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pyr2.c
blob: 182ec91364ed64b8c7c5481948d31f2814e294d7 (plain)
1
2
3
4
5
6
/* { dg-additional-options "-std=gnu89" } */

foo (a)
{
  return ((int *)0)[a];
}