Do not cost the permute node that are part of SLP load-lanes
[official-gcc.git] / gcc / testsuite / gcc.dg / 20041014-1.c
blobb2e9959616d0e3c3b8de891aa4aca5b088956ccf
1 /* PR c/17023 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wno-old-style-definition" } */
5 void
6 f(a, b)
7 int a;
8 int b[({ void h() {} 1; })]; /* { dg-error "braced-group" } */