aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/017.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-03 19:17:09 +0900
committernsfisis <nsfisis@gmail.com>2025-05-03 19:17:09 +0900
commit2783653dd95c2e4acb69151aee9350926204493a (patch)
treec8f2a70f805dcd59d802f6a17380772ff5041183 /tests/017.sh
parent20373c013228fca7d01463d4454878a2c5db7cba (diff)
downloadP4Dcc-2783653dd95c2e4acb69151aee9350926204493a.tar.gz
P4Dcc-2783653dd95c2e4acb69151aee9350926204493a.tar.zst
P4Dcc-2783653dd95c2e4acb69151aee9350926204493a.zip
add output test
Diffstat (limited to 'tests/017.sh')
-rw-r--r--tests/017.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/017.sh b/tests/017.sh
new file mode 100644
index 0000000..504f7d8
--- /dev/null
+++ b/tests/017.sh
@@ -0,0 +1,7 @@
+set -e
+
+bash ../../test_output.sh "" <<'EOF'
+int main() {
+ return 0;
+}
+EOF