blob: e5987a149c155c4e513d0dd76a3ac1b96b51ca25 [file] [log] [blame]
typedef int Int;
Int Int_object_1;
void test ()
{
((Int) Int_object_1) = Int_object_1; /* ERROR - not an lvalue*/
}