blob: 9eb68ce38e7fc5030cca23d71e09cad459f5d637 [file] [log] [blame]
/* PR c/68657 */
/* { dg-do compile } */
/* { dg-options "-Werror=larger-than=65536" } */
int a[131072]; /* { dg-error "size of 'a' is \[1-9]\[0-9]* bytes" } */
int b[1024]; /* { dg-bogus "size of 'b' is \[1-9]\[0-9]* bytes" } */
/* { dg-prune-output "treated as errors" } */