aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/comma-expr-1.c
blob: 35c082ec78fb655bd9d1eb1ca93f41b8d6568fcf (plain)
1
2
3
4
5
6
/* 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" } */