blob: 6d6503ca1b43b9d57c18fe57b1ce93c34facfe6a [file] [log] [blame]
/* APPLE LOCAL file AltiVec */
/* Comma expressions are not considered constant per C99, even if their
constituent elements are. */
/* { dg-do compile } */
int i = (1, 2); /* { dg-error "initializer element is not constant" "" { xfail *-*-* } } */