summaryrefslogtreecommitdiff
path: root/tests/test-assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-assert.c')
-rw-r--r--tests/test-assert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-assert.c b/tests/test-assert.c
index 45b0c0f4..771eec34 100644
--- a/tests/test-assert.c
+++ b/tests/test-assert.c
@@ -1,5 +1,5 @@
/* Test assert.h and static_assert.
- Copyright 2022 Free Software Foundation, Inc.
+ Copyright 2022-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -65,6 +65,7 @@ int
main (void)
{
STATIC_ASSERT_TESTS;
+ f ("");
g ();
h ();
return 0;