Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
lvaddr.C
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" }
}