Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
noexcept70.C
blob: 45a6137dd6f9188d375e933b2dcb0dbe9da0e9e7 [
file
] [
log
] [
blame
]
// PR c++/101087
// { dg-do compile { target c++11 } }
int
f
();
static_assert
(
noexcept
(
sizeof
(
f
())),
""
);