blob: 30949fe768fff290b6dc1feb7fca5f1e6d750c26 [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 "rvalue" }
}