expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYPE [PR117354]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / noexcept14.C
blob913f2ef55151c3fc01b60716011a9991763a535e
1 // PR c++/50309
2 // { dg-do compile { target c++11 } }
4 void foo () noexcept () { } // { dg-error "expected" }