1*bd7bce2cSErich Keane // RUN: %clang_cc1 -fsyntax-only -verify %s 2*bd7bce2cSErich Keane 3*bd7bce2cSErich Keane // expected-error@+5{{brackets are not allowed here}} 4*bd7bce2cSErich Keane // expected-error@+4{{a type specifier is required for all declarations}} 5*bd7bce2cSErich Keane // expected-warning@+3{{unknown attribute 'h' ignored}} 6*bd7bce2cSErich Keane // expected-error@+2{{definition of variable with array type}} 7*bd7bce2cSErich Keane // expected-error@+1{{expected ';'}} 8*bd7bce2cSErich Keane [][[h]]l 9