blob: d773a026908cfa2abd7e8df3e49b0beb91c54d1e [file] [log] [blame]
class A {
{
y = x+++6;
y = 6+ ++x;
}
}