From 1699d97db7659d471390d2e173dbca6b35747f68 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 5 May 2025 14:43:17 +0900 Subject: support #define that replaces name with identifiers --- tests/042.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/042.sh (limited to 'tests') diff --git a/tests/042.sh b/tests/042.sh new file mode 100644 index 0000000..b9f1749 --- /dev/null +++ b/tests/042.sh @@ -0,0 +1,20 @@ +set -e + +cat <<'EOF' > expected +42,123 +EOF +bash ../../test_diff.sh <<'EOF' +int printf(); + +#define A foo_a +#define B foo_b + +int main() { + int foo_a = 42; + int foo_b = 123; + + printf("%d,%d\n", A, B); + + return 0; +} +EOF -- cgit v1.2.3-70-g09d2