OSDN Git Service

* gcc.dg/builtins-config.h: Disable C99 runtime testing for
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / boolcomplex-1.c
1 /* { dg-do compile } */
2 /* { dg-options "" } */
3 _Bool b = --0i == 0; /* { dg-error "lvalue required as decrement operand" } */