Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
gc3.C
blob: 500d109e0d72f6df61b245338cf1f9a33da8625a [
file
] [
log
] [
blame
]
// 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
()
{}
};
}