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