blob: 0800ecbe1557bace53d1a8e0b6205f47607be486 (
plain)
1
2
3
4
5
6
|
/* { dg-do compile } */
/* { dg-options "-fsanitize-recover=unreachable -fsanitize-recover=undefined" } */
int i;
/* { dg-error ".-fsanitize-recover=unreachable. is not supported" "" { target *-*-* } 0 } */
|