]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr17730-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr17730-1.c
CommitLineData
254ac10c
JM
1/* Test formatting of message for invalid lvalue. Bug 17730. */
2/* { dg-do compile } */
3/* { dg-options "" } */
4
ad0637fd 5char *p = &'C'; /* { dg-error "lvalue required as unary '&' operand" } */