aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg24.C
blob: e5987a149c155c4e513d0dd76a3ac1b96b51ca25 (plain)
1
2
3
4
5
6
7
8
typedef int Int;
 
Int Int_object_1;
 
void test ()
{
        ((Int) Int_object_1) = Int_object_1; /* ERROR - not an lvalue*/
}