1 /* PR c/68657 */
2 /* { dg-do compile } */
3 /* { dg-options "-Werror=larger-than=65536" } */
4 /* { dg-require-effective-target ptr32plus } */
5
6 int a[131072]; /* { dg-error "size of .a. 524288 bytes exceeds maximum object size 65536" } */
7 int b[1024]; /* { dg-bogus "size" } */
8
9 /* { dg-prune-output "treated as errors" } */