aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-replace-static-string-wide.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-22 00:33:31 -0700
committerMichael Forney <mforney@mforney.org>2024-03-22 00:33:31 -0700
commit42facb38e615b357ae0d8f50db5c50edaa75bbfd (patch)
treec516a92ac30d98111a2c65e26eb13a25e5fed80d /test/initializer-replace-static-string-wide.c
parentd1d23429f5dc3d78b03b318a7d349ad71a6c97fa (diff)
Use C23 spelling of typeof in tests
Diffstat (limited to 'test/initializer-replace-static-string-wide.c')
-rw-r--r--test/initializer-replace-static-string-wide.c2
1 files changed, 1 insertions, 1 deletions
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'😃',