OSDN Git Service

2012-06-14 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / boolcomplex-1.c
1 /* { dg-do compile } */
2 /* { dg-options "" } */
3 bool b = --0i == 0; /* { dg-error "lvalue required as decrement operand" } */