// PR c++/19894
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>

template<typename T> struct A
{
    T A::* p;  // { dg-error "void" }
};

A<void> a;     // { dg-error "instantiated" }


syntax highlighted by Code2HTML, v. 0.9.1