aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/error11.C
blob: 3a469fd1a8ca68f065f66dc81b7ef892dbdf981d (plain)
1
2
3
4
// PR c++/12132

inline template <int> void foo () {} // { dg-error "<" }
void abort (); // { dg-error ";" }