From 68d9da9746d235e2d9a7d0ba61310c533b355847 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 7 May 2025 09:13:49 +0900 Subject: copy files from P4Dcc --- tests/008.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/008.sh (limited to 'tests/008.sh') diff --git a/tests/008.sh b/tests/008.sh new file mode 100644 index 0000000..94936cd --- /dev/null +++ b/tests/008.sh @@ -0,0 +1,11 @@ +set -e + +bash ../../test_exit_code.sh 70 <<'EOF' +int main() { + int foo; + int bar; + foo = 42; + bar = 28; + return foo + bar; +} +EOF -- cgit v1.2.3-70-g09d2