From a810dd5c00fc4908764fca90b08d86af809a6073 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 Nov 2021 23:27:59 +0100 Subject: [PATCH] test-sizeof: add intmax types --- src/test/test-sizeof.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/test-sizeof.c b/src/test/test-sizeof.c index e36bee4e8f9..e86844b8ce0 100644 --- a/src/test/test-sizeof.c +++ b/src/test/test-sizeof.c @@ -57,6 +57,8 @@ int main(void) { info(long long unsigned); info(__syscall_ulong_t); info(__syscall_slong_t); + info(intmax_t); + info(uintmax_t); info(float); info(double); -- 2.47.3