// RUN: %clang_cc1 -fms-extensions -fsyntax-only -verify %s -Wno-microsoft
// RUN: %clang_cc1 -fms-extensions -fdelayed-template-parsing -fsyntax-only -verify %s -Wno-microsoft
;
A::X<void>::x axv;
A::X<float>::x axf; // expected-error {{no type named 'x'}}
;
B<float> b; // expected-note {{in instantiation of}}