blob: 5ccb6529c6ee718b64c3f3002959b6b952bb5783 [file] [log] [blame]
// PR c++/28878
// { dg-do compile }
template<int>
void foo()
[
throw;
}
// { dg-prune-output "expected" }
// { dg-prune-output "array bound" }