]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / array / requirements / zero_sized_arrays.cc
index 1ea4f8aee4e801450c4029fa17080037d4f60cef..de403b4a6565e1a66475d63317d6980177b1fa65 100644 (file)
@@ -1,6 +1,6 @@
 // 2004-10-20  Benjamin Kosnik  <bkoz@redhat.com>
 //
-// Copyright (C) 2004, 2005, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2004-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 #include <testsuite_hooks.h>
 
 void
-test01() 
-{ 
+test01()
+{
   const size_t len = 0;
   typedef std::tr1::array<int, len> array_type;
-  bool test __attribute__((unused)) = true;
 
   // 1: ?
   array_type a = { };