// { dg-do assemble } // { dg-options "" } // Origin: Mark Mitchell void *vp; void f () { int i = (*((int (*)[i]) vp))[0]; }