re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / gc3.C
blob500d109e0d72f6df61b245338cf1f9a33da8625a
1 // PR c++/21687
2 // { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" }
4 template <class Union>
5 void perform_test_trivial() {
6   struct check_union {  void perform_test_trivial() {} };