OSDN Git Service

PR c++/31598
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / gc3.C
1 // PR c++/21687
2 // { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" }
3
4 template <class Union>
5 void perform_test_trivial() {
6   struct check_union {  void perform_test_trivial() {} };
7 }
8