From c84bbdc2a296f4b818fa8ec05a6dbe2dd46fc4f1 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Wed, 26 Jul 2023 16:01:53 -0700 Subject: fix for postfix compound literals --- tests/cast_index.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/cast_index.c (limited to 'tests') diff --git a/tests/cast_index.c b/tests/cast_index.c new file mode 100644 index 0000000..036770a --- /dev/null +++ b/tests/cast_index.c @@ -0,0 +1,3 @@ +int xyz() { + return (int []){ 20, 21 }[1]; +} -- cgit v1.2.3