aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/crash33.C
blob: 5ccb6529c6ee718b64c3f3002959b6b952bb5783 (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/28878
// { dg-do compile }

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

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