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