aboutsummaryrefslogtreecommitdiff
path: root/none/tests/s390x/fpext.c
diff options
context:
space:
mode:
Diffstat (limited to 'none/tests/s390x/fpext.c')
-rw-r--r--none/tests/s390x/fpext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/none/tests/s390x/fpext.c b/none/tests/s390x/fpext.c
index 64e7a47c9..62b6bb7f2 100644
--- a/none/tests/s390x/fpext.c
+++ b/none/tests/s390x/fpext.c
@@ -1,5 +1,6 @@
#include <float.h>
#include <stdio.h>
+#include <assert.h>
#include "opcodes.h"
@@ -131,6 +132,7 @@
int main()
{
+ assert(sizeof(long double) == 16);
DO_L2F(4);
DO_F2L(4);