1__inline void libc_name_p (void)
2{
3  enum { A = 1 };
4}
5void nothrow_libfn_p (void)
6{
7  libc_name_p ();
8}
9