Ensure that wint_t gets defined on IRIX 5.3.
[gnulib.git] / tests / test-wctype.c
index 287a583..c2d8601 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <wctype.h>
 
+/* Check that the type wint_t is defined.  */
+wint_t a = 'x';
+
 int
 main ()
 {