// Test that we handle merging with deferred noexcept. // { dg-options -std=c++0x } template struct O { template void f() noexcept(noexcept(T())); }; template<> template<> void O::f() noexcept { }