Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
noexcept14.C
blob: 913f2ef55151c3fc01b60716011a9991763a535e [
file
] [
log
] [
blame
]
// PR c++/50309
// { dg-do compile { target c++11 } }
void
foo
()
noexcept
()
{
}
// { dg-error "expected" }