New module attribute 'Applicability'.
[gnulib.git] / tests / test-stdlib.c
index 711cfa6..fad5cf4 100644 (file)
@@ -26,10 +26,10 @@ 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 ()
+main (void)
 {
   /* Check that some macros are defined and different integer constants.  */
   switch (exitcode)