From 7edbd99775416a32c88acf8e9379518436905f02 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 21 Nov 2020 15:19:45 +0100 Subject: Support gcc 10 and clang 11 --- systemtest/mcc-execute.tests/test-modulo.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/mcc-execute.tests/test-modulo.cpp (limited to 'systemtest/mcc-execute.tests/test-modulo.cpp') diff --git a/systemtest/mcc-execute.tests/test-modulo.cpp b/systemtest/mcc-execute.tests/test-modulo.cpp new file mode 100644 index 0000000..c20fe78 --- /dev/null +++ b/systemtest/mcc-execute.tests/test-modulo.cpp @@ -0,0 +1 @@ +int main() { return 7 % 3; } -- cgit v1.2.3