(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
noexcept70.C
// PR c++/101087
// { dg-do compile { target c++11 } }

int f();
static_assert(noexcept(sizeof(f())), "");