X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-wctype-h.c;h=5ab5d0c28ea78f6ea98b528d4568dfd909c749c5;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=0fe4a774800ad29fefe734246464fd520427643b;hpb=f196c56b40c000e32eb88317390dc5f3df632b37;p=gnulib.git diff --git a/tests/test-wctype-h.c b/tests/test-wctype-h.c index 0fe4a7748..5ab5d0c28 100644 --- a/tests/test-wctype-h.c +++ b/tests/test-wctype-h.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-2013 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 @@ -27,6 +27,12 @@ wint_t a = 'x'; /* Check that WEOF is defined. */ wint_t e = WEOF; +/* Check that the type wctype_t is defined. */ +wctype_t p; + +/* Check that the type wctrans_t is defined. */ +wctrans_t q; + int main (void) {