// { dg-do compile }// Origin: Giovanni Bajo <giovannibajo@libero.it>// Two-phase name lookup for address of member:// Detecting error during parsingstructS{chari;};template<intS::*p>structX{};template<classT>structFoo{X<&S::i>x;// { dg-error "convert|no type" }};