struct sts
{
        size_t a1;
        struct m1{
                size_t a9;
                size_t a10;
        }
        shared m1       t1;
}

int main(string[] argv)
{

        auto y1 = new sts();
        cas(&y1.t1,y1.t1,y1.t1);

    return 0;
}

Reply via email to