// RUN: %clang_cc1 -triple i386-pc-win32 %s -fsyntax-only -verify -fms-extensions -Wno-microsoft -std=c++11
;
; // expected-warning{{'novtable' attribute only applies to classes}}
int __declspec I; // expected-warning{{'novtable' attribute only applies to classes}}
typedef struct T __declspec U; // expected-warning{{'novtable' attribute only applies to classes}}
auto z = __declspec ; // expected-warning{{'novtable' attribute only applies to classes}}