summaryrefslogtreecommitdiffhomepage
path: root/systemtest/mcc-execute.tests/test-parentheses-right.cpp
blob: 662af9554279b3008476401e6097e6ec8388a4b4 (plain)
1
int main() { return (1 + (2 + (3 + (4 + (5 + (6 + (7 + 8))))))); }