(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
crash33.C
// PR c++/28878
// { dg-do compile }

template<int>
void foo()
[
  throw;
}

// { dg-prune-output "expected" }
// { dg-prune-output "array bound" }