blob: 180f3dc4a446b63e1c349b3fa3c9742cd6755a21 [file] [log] [blame]
// Test statements nested within blocks.
main() {
{
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
}
someLongOuterExpression +
anotherOperand;
{
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
}
someLongOuterExpression +
anotherOperand;
{
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
}
someLongOuterExpression +
anotherOperand;
{
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
}
someLongOuterExpression +
anotherOperand;
{
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
someLongOuterExpression +
anotherOperand;
}
}