2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / array3.C
blobb60b407c89b6ce8250ae318262832fcb9844f516
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // Origin: Mark Mitchell <mark@codesourcery.com>
5 void *vp;
7 void f ()
9   int i = (*((int (*)[i]) vp))[0];