blob: 73d156c605137666143bc6c4dbfa0e60dd486086 [file] [log] [blame]
// Contributed by Matt Austern <austern@apple.com>
void f ()
{
int n;
(char) n = 1; // { dg-error "3:lvalue required" }
}