OSDN Git Service

PR c++/51143 - Alias template allows class definition
[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" }