X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sys_stat.c;h=4b5eb767b7fd05bc37bdb9e7b203595f8b634fd3;hb=2b08e890726e2c572d2ba64f19bece957d1bfd98;hp=450fd51a2e8652dc2d6ca6eb8cc0f24f35f4535e;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/test-sys_stat.c b/tests/test-sys_stat.c index 450fd51a2..4b5eb767b 100644 --- a/tests/test-sys_stat.c +++ b/tests/test-sys_stat.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 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 @@ -253,6 +253,9 @@ verify (!S_ISWHT (S_IFLNK)); verify (!S_ISWHT (S_IFSOCK)); #endif +/* Check the existence of some types. */ +nlink_t t1; + int main () {