1 // RUN: %clang_cc1 -triple i686-windows-gnu -fms-extensions -verify -std=c++03 %s
2 // RUN: %clang_cc1 -triple i686-windows-gnu -fms-extensions -verify -std=c++11 %s
3 // RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -verify -std=c++03 -DERROR %s
4 // RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -verify -std=c++11 %s
7 // expected-no-diagnostics
13 // expected-note@+2{{declared private here}}
19 // expected-error@+4{{field of type 'NonCopyable' has private default constructor}}
20 // expected-note@+3{{implicit default constructor for 'S' first required here}}
21 // expected-note@+2{{due to 'S' being dllexported; try compiling in C++11 mode}}
23 struct __declspec(dllexport
) S
{