コード例 #1
0
void testAnonymous()
{
#ifndef Q_CC_RVCT
    TestAnonymous a;
    a.i = 1;
    a.i = 2;
    a.i = 3;

    Something s;
    s.foo();
#endif
}