Avoid compilation error on NetBSD 5.0.
[gnulib.git] / tests / test-stdlib.c
index ae46ba1..711cfa6 100644 (file)
@@ -26,7 +26,7 @@ int exitcode;
 
 /* Check that NULL can be passed through varargs as a pointer type,
    per POSIX 2008.  */
-verify (sizeof NULL == sizeof (void *));
+verify (sizeof (NULL) == sizeof (void *));
 
 int
 main ()