From adfe15f9fa0f4e69b343679dca6cf12fc96e3819 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 21 Jul 2025 17:44:22 +0900 Subject: feat: define __ducc__ macro --- tests/061.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/061.sh (limited to 'tests') 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 -- cgit v1.2.3-70-g09d2