blob: 35c082ec78fb655bd9d1eb1ca93f41b8d6568fcf [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" } */