blob: 87c183aab66e5e45df0139be1df129336ed9878d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fdump-ada-spec" } */
struct S
{
int it;
__extension__ unsigned char data[];
};
/* { dg-final { scan-ada-spec "array \\(0 .. -1\\)" } } */
/* { dg-final { cleanup-ada-spec } } */