// RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -verify %s
void
typedef int n1; // expected-error {{'fallthrough' attribute cannot be applied to a declaration}}
typedef int n2; // expected-error {{'fallthrough' attribute cannot be applied to types}}
typedef int n3 ; // expected-error {{'fallthrough' attribute cannot be applied to a declaration}}
;
;
// expected-error {{'fallthrough' attribute cannot be applied to a declaration}}
void