blob: a1c9c1ca72da4964e4f774568792d862725dd237 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
// Special g++ Options:
void *vp;
void f ()
{
int i = (*((int (*)[i]) vp))[0];
}