// RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-ignored-attributes -verify %s
; // ok
; // ok
; // ok
; // ok
; // ok
; // ok
; // ok
; // ok
__declspec void ; // ok
__declspec void ; // ok
__declspec void ; // ok
// [[]] attributes before a declaration must be at the start of the line.
__declspec void ; // expected-error {{an attribute list cannot appear here}}
__declspec void ; // expected-error {{an attribute list cannot appear here}}
__declspec void ; // expected-error {{an attribute list cannot appear here}}
__declspec void ; // expected-error {{an attribute list cannot appear here}}
// expected-error {{an attribute list cannot appear here}}
__declspec void ;