From 97b8d5bb3c9fd96251e89539d122d2331a2a7925 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 13 Nov 2020 11:27:39 +0100 Subject: Add system tests, implement syscall --- systemtest/mcc-execute.tests/test1.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/mcc-execute.tests/test1.cpp (limited to 'systemtest/mcc-execute.tests/test1.cpp') diff --git a/systemtest/mcc-execute.tests/test1.cpp b/systemtest/mcc-execute.tests/test1.cpp new file mode 100644 index 0000000..3a03f6f --- /dev/null +++ b/systemtest/mcc-execute.tests/test1.cpp @@ -0,0 +1 @@ +int main() { return 1 + 2; } -- cgit v1.2.3