Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr81530.C
blob: d3a3221615dc94354329d24fb1f5c3a1a298f714 [
file
] [
log
] [
blame
]
/* PR sanitizer/81530 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=undefined" } */
int
a
[(
long
)
4e20
];
/* { dg-error "7:size of array .a." } */