From ff69e8cab318101843cd8b49a0cb04df9763e10f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 22:14:23 +0100 Subject: Generalize Add / Mul, Integer promotion, tests --- systemtest/mcc-execute.tests/test-parentheses-left.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/mcc-execute.tests/test-parentheses-left.cpp (limited to 'systemtest/mcc-execute.tests/test-parentheses-left.cpp') diff --git a/systemtest/mcc-execute.tests/test-parentheses-left.cpp b/systemtest/mcc-execute.tests/test-parentheses-left.cpp new file mode 100644 index 0000000..2ebc713 --- /dev/null +++ b/systemtest/mcc-execute.tests/test-parentheses-left.cpp @@ -0,0 +1 @@ +int main() { return (((((((1 + 2) + 3) + 4) + 5) + 6) + 7) + 8); } -- cgit v1.2.3