blob: b0bd45dea3d15e2c05d18496ed6eee1780faa547 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Douglas Gregor043cad22009-09-11 00:18:58 +00002void f1(int i[static 5]) { // expected-error{{C99}}
3}