aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-30 00:16:18 +0900
committernsfisis <nsfisis@gmail.com>2025-08-30 00:16:18 +0900
commit88f758d91f0c75c0ef2827a3ffa543bc3d205625 (patch)
treef8c903e36b6bb25ffad2586fea31473ad8b1a876 /tests
parent03d81f3897369070a6107e8a8d14d75caeba4d1d (diff)
downloadducc-88f758d91f0c75c0ef2827a3ffa543bc3d205625.tar.gz
ducc-88f758d91f0c75c0ef2827a3ffa543bc3d205625.tar.zst
ducc-88f758d91f0c75c0ef2827a3ffa543bc3d205625.zip
fix: conditional include
Diffstat (limited to 'tests')
-rw-r--r--tests/105.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/105.sh b/tests/105.sh
new file mode 100644
index 0000000..7c673ab
--- /dev/null
+++ b/tests/105.sh
@@ -0,0 +1,11 @@
+cat <<'EOF' > expected
+EOF
+test_diff <<'EOF'
+#if 0
+# if 1
+# error "not an error"
+# endif
+#endif
+
+int main() {}
+EOF