Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error3.C
blob: bd5d70109457f3c0f7d24a75c203966518c6182b [
file
] [
log
] [
blame
]
// Test for proper error message formatting; the throw() should go inside
// the parens, as below.
void
(*
g
()
throw
())();
// { dg-error "g\\(\\) throw" "" }
void
(*
g
())();
// { dg-error "" "" }