blob: fe9be68eff64cc2b414dfe7c5b42cc7360fd6975 (
plain)
1
2
3
4
5
|
/* Test formatting of message for invalid lvalue. Bug 17730. */
/* { dg-do compile } */
/* { dg-options "" } */
char *p = &'C'; /* { dg-error "error: lvalue required as unary '&' operand" } */
|