blob: bcb1c87c64c0993a09b18650c350bb57562e1cf5 [file] [log] [blame]
// { dg-do assemble }
// Bug: numeric_outputed_need_bar is not cleared properly, adding random '_'s
// to mangled names.
template <int seed_length>
class rand1
{
public:
rand1 ();
};
class codes
{
public:
rand1<32> * randgen;
codes (int ptr);
};
codes::codes (int ptr)
{
}