blob: 5b217d165949b77f3136652726bcefd57c29b303 [file] [log] [blame]
// Copyright (C) 2002 Free Software Foundation
// Contributed by Matt Austern <austern@apple.com>
// { dg-do compile }
void f()
{
int n;
char* p = &(char) n; // { dg-error "lvalue" }
}