// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
// expected-no-diagnostics
// 13.3.3.2 Ranking implicit conversion sequences
// conversion of A::* to B::* is better than conversion of A::* to C::*,
;
;
;
const char *
int
;
const char *
int
void
// conversion of B::* to C::* is better than conversion of A::* to C::*
typedef void ;
typedef void ;
typedef void ;
;
void ;
void