1 /* PR c/97206 - ICE in composite_type on declarations of a similar array types
3 { dg-options "-Wall" } */
5 __attribute__((__access__(__write_only__
, 1))) void
14 void f2 (char[restrict
]);
22 void f3 (char[const]);
24 extern const char a3
[];
25 extern const char a3
[1];