* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr78270.c
blob5583ce472e4705b82370980cf8221c17c6d0464d
1 /* PR sanitizer/78270 */
2 /* { dg-do compile } */
3 /* { dg-additional-options "-Wno-switch-unreachable" } */
5 typedef struct
7 } bdaddr_t;
9 int a;
10 void fn1 ()
12 switch (a)
13 &(bdaddr_t){};