diff options
Diffstat (limited to 'test/Sema/MicrosoftCompatibility.c')
-rw-r--r-- | test/Sema/MicrosoftCompatibility.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Sema/MicrosoftCompatibility.c b/test/Sema/MicrosoftCompatibility.c index a193b26b42231..010033bba00c6 100644 --- a/test/Sema/MicrosoftCompatibility.c +++ b/test/Sema/MicrosoftCompatibility.c @@ -21,3 +21,5 @@ struct __declspec(aligned) S2 {}; /* expected-warning {{__declspec attribute 'al struct __declspec(appdomain) S3 {}; /* expected-warning {{__declspec attribute 'appdomain' is not supported}} */ __declspec(__noreturn__) void f7(void); /* expected-warning {{__declspec attribute '__noreturn__' is not supported}} */ + +size_t x; |