]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lvalue-4.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lvalue-4.c
1 /* PR c/27721 */
2 /* { dg-do compile } */
3
4 void foo()
5 {
6 int i();
7 i += 0; /* { dg-error "lvalue required" } */
8 }