summaryrefslogtreecommitdiffstats
path: root/src/test/test-sizeof.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-17 23:27:59 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-18 01:34:31 +0100
commita810dd5c00fc4908764fca90b08d86af809a6073 (patch)
treeeeac91ce190946d57abe024a8b90c3d51ac2c8a8 /src/test/test-sizeof.c
parentshared/json: stop using long double (diff)
downloadsystemd-a810dd5c00fc4908764fca90b08d86af809a6073.tar.xz
systemd-a810dd5c00fc4908764fca90b08d86af809a6073.zip
test-sizeof: add intmax types
Diffstat (limited to 'src/test/test-sizeof.c')
-rw-r--r--src/test/test-sizeof.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test-sizeof.c b/src/test/test-sizeof.c
index e36bee4e8f..e86844b8ce 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);