From: Zbigniew Jędrzejewski-Szmek Date: Wed, 17 Nov 2021 22:27:59 +0000 (+0100) Subject: test-sizeof: add intmax types X-Git-Tag: v250-rc1~218^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a810dd5c00fc4908764fca90b08d86af809a6073;p=thirdparty%2Fsystemd.git test-sizeof: add intmax types --- 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);