1 // PR c++/101087
2 // { dg-do compile { target c++11 } }
3 
4 int f();
5 static_assert(noexcept(sizeof(f())), "");
6