blob: 22b9a9768aad90ce81debec0571e0f6e10a1b59a [file] [log] [blame]
// PR c++/5921
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
// { dg-do compile }
struct A
{
struct B { B(); };
};
static A::B b;
inline template <int i> void f (); // { dg-error "" }