aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/noexcept14.C
blob: 913f2ef55151c3fc01b60716011a9991763a535e (plain)
1
2
3
4
// PR c++/50309
// { dg-do compile { target c++11 } }

void foo () noexcept () { } // { dg-error "expected" }