2 // { dg-options "-Wall" }
4 // Copyright (C) 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 30 Dec 2003 <nathan@codesourcery.com>
8 // PR c++/13507, spurious warning due to attribute clobbering
10 extern int printf (__const char *__restrict __format, ...) throw ();
11 extern int scanf (__const char *__restrict __format, ...) throw ();
14 void foo(unsigned int x)