(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
rfg24.C
// { dg-do assemble  }
typedef int Int;
 
Int Int_object_1;
 
void test ()
{
        ((Int) Int_object_1) = Int_object_1; /* { dg-error "" } not an lvalue*/
}