1 // RUN: %clang_cc1 %s -fsyntax-only -verify
4 public __attribute__((unavailable
)): // expected-error {{access specifier can only have annotation attributes}}
6 private __attribute__((annotate("foobar"))):
8 private __attribute__((annotate())): // expected-error {{'annotate' attribute takes at least 1 argument}}