From 42facb38e615b357ae0d8f50db5c50edaa75bbfd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 22 Mar 2024 00:33:31 -0700 Subject: Use C23 spelling of typeof in tests --- test/initializer-replace-static-string-wide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/initializer-replace-static-string-wide.c') diff --git a/test/initializer-replace-static-string-wide.c b/test/initializer-replace-static-string-wide.c index b6c348a..867c0d2 100644 --- a/test/initializer-replace-static-string-wide.c +++ b/test/initializer-replace-static-string-wide.c @@ -13,7 +13,7 @@ struct { }; struct { - __typeof__(L' ') s[5]; + typeof(L' ') s[5]; } L = { .s = L"aα€😐", .s[3] = L'😃', -- cgit v1.2.3