]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr64778.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr64778.c
1 /* PR c/64778 */
2 /* { dg-do compile } */
3
4 int
5 foo (int p)
6 {
7 int a;
8 a ^= foo (,); /* { dg-error "expected expression before|too many arguments" } */
9 return a;
10 }