PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr17730-1.c
blob8f70ad8055cda02be669be2b4100d6dbead556b3
1 /* Test formatting of message for invalid lvalue. Bug 17730. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 char *p = &'C'; /* { dg-error "lvalue required as unary '&' operand" } */