blob: 45a6137dd6f9188d375e933b2dcb0dbe9da0e9e7 [file] [log] [blame]
// PR c++/101087
// { dg-do compile { target c++11 } }
int f();
static_assert(noexcept(sizeof(f())), "");