Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
())),
""
);