1 // Copyright (C) 2002 Free Software Foundation.
3 // Test that the nothrow attribute is working correctly.
5 // Written by Richard Henderson, 26 May 2002.
7 // { dg-do link { target c++11} }
8 extern void foo [[gnu::nothrow]] ();
9 extern void link_error();