Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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" }