summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/ubsan/sanitize-recover-1.c
blob: efa5ad7291f534b28094c516760824e419b8a620 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-fsanitize-recover=unreachable" } */

int i;

/* { dg-error ".-fsanitize-recover=unreachable. is not supported" "" { target *-*-* } 0 } */