blob: 0cbf2e498f742c2f6879537873376bc8e087731f [file] [log] [blame]
/* PR sanitizer/80659 */
/* { dg-do compile } */
void
foo (int a)
{
switch (a)
{
case 0:
(int[3]) { };
int h;
}
}