aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/061.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/061.sh')
-rw-r--r--tests/061.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/061.sh b/tests/061.sh
new file mode 100644
index 0000000..17c5f6a
--- /dev/null
+++ b/tests/061.sh
@@ -0,0 +1,14 @@
+set -e
+
+cat <<'EOF' > expected
+1
+EOF
+
+bash ../../test_diff.sh <<'EOF'
+int printf();
+
+int main() {
+ printf("%d\n", __ducc__);
+ return 0;
+}
+EOF