Searched refs:PRT (Results 1 – 1 of 1) sorted by relevance
25 } PRT; // ERROR - protected member50 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()