Home
last modified time | relevance | path

Searched refs:PRT (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess23.C25 } PRT; // ERROR - protected member
50 PRT.B = 0; in DoSomething()
51 printf("%x\n",Foo::PRT.pY); in DoSomething()
75 a.PRT.B = 0; // ERROR - in main()
76 printf("%x\n",a.PRT.pY); // ERROR - in main()