// RUN: %clang_cc1 -verify -Wunused -Wused-but-marked-unused -Wunused-parameter -fsyntax-only %s
int a;
inline void *; // expected-error {{'noreturn' attribute takes no arguments}}
inline void *; // expected-error {{'always_inline' attribute takes no arguments}}
inline void *; // expected-error {{'cdecl' attribute takes no arguments}}
inline void *; // expected-error {{'const' attribute takes no arguments}}
inline void *; // expected-error {{'fastcall' attribute takes no arguments}}
inline void *; // expected-error {{'malloc' attribute takes no arguments}}
inline void *; // expected-error {{'nothrow' attribute takes no arguments}}
inline void *; // expected-error {{'stdcall' attribute takes no arguments}}
inline void *; // expected-error {{'used' attribute takes no arguments}}
inline void *; // expected-error {{'unused' attribute takes no arguments}}
inline void *; // expected-error {{'weak' attribute takes no arguments}}