aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/error17.C
blob: 24b364455fda742d64d06254221a3e31a185c767 (plain)
1
2
3
4
5
6
7
8
// PR c++/20153

template <typename T>
void
foo()
{
  union { struct { }; }; // { dg-error "" }
}