blob: 4232e19d9a7cbabee663a97cacd27e646e35cf07 [file] [log] [blame]
/* We used to ICE in the gimplifier, PR 106560 */
/* { dg-do compile } */
/* { dg-options "-w" } */
void **a; /* { dg-note "" } */
void b() {
void **c;
c = a /* { dg-error "" } */
}
a; /* { dg-error "" } */