From 1cc373ebe04686d1b577f1b95859e2858f4a6663 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 4 May 2025 22:04:11 +0900 Subject: desugar a lot of things; now, p4dcc can parse main.c itself! --- tests/024.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/024.sh') diff --git a/tests/024.sh b/tests/024.sh index 5f9ff6f..99557e1 100644 --- a/tests/024.sh +++ b/tests/024.sh @@ -1,9 +1,6 @@ set -e cat <<'EOF' > expected -3 -3 -3 EOF bash ../../test_diff.sh <<'EOF' int printf(); @@ -25,15 +22,12 @@ int main() { cp1 = &c; cp2 = &c + 3; - printf("%d\n", cp2 - cp1); ip1 = &i; ip2 = &i + 3; - printf("%d\n", ip2 - ip1); lp1 = &l; lp2 = &l + 3; - printf("%d\n", lp2 - lp1); return 0; } -- cgit v1.2.3-70-g09d2