Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / noexcept70.C
blob45a6137dd6f9188d375e933b2dcb0dbe9da0e9e7
1 // PR c++/101087
2 // { dg-do compile { target c++11 } }
4 int f();
5 static_assert(noexcept(sizeof(f())), "");