blob: 23e5992bde6865bfd86d18043f320194d5643777 [file] [log] [blame]
struct X;
void foo (void *q)
{
struct X **p = (struct X **)q;
*p = (struct X *)0;
}