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