]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/init-bad-4.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / init-bad-4.c
CommitLineData
f01da1a5
VR
1/* PR c/25875 */
2/* Origin: Richard Guenther <rguenth@gcc.gnu.org> */
3/* { dg-do compile } */
4
a47e20fd 5struct A { } a = (struct A) {{ (X)0 }}; /* { dg-error "no members|extra brace|near|undeclared|constant|compound|excess" } */