aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/gc3.C
blob: 500d109e0d72f6df61b245338cf1f9a33da8625a (plain)
1
2
3
4
5
6
7
8
// PR c++/21687
// { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" }

template <class Union>
void perform_test_trivial() {
  struct check_union {  void perform_test_trivial() {} };
}