OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / noexcept14.C
1 // PR c++/50309
2 // { dg-options -std=c++0x }
3
4 void foo () noexcept () { } // { dg-error "expected" }