error9.C   [plain text]


// PR c++/10926

struct Foo
{
    template <int i>
    ~Foo(); // { dg-error "" }
};