2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / lvaddr.C
blob184afce900b6bca344c3901041446d73bb53891b
1 // Copyright (C) 2002 Free Software Foundation
2 // Contributed by Matt Austern <austern@apple.com>
4 // { dg-do compile }
6 void f()
8   int n;
9   char* p = &(char) n;          // { dg-error "non-lvalue" }