]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/c-c++-common/asan/kasan-recover-1.c
* gcc.dg/ipa/ipa-icf-32.c: Update template.
[thirdparty/gcc.git] / gcc / testsuite / c-c++-common / asan / kasan-recover-1.c
CommitLineData
f4d482a6 1/* { dg-do compile } */
bfedbed1 2/* { dg-options "-fno-sanitize=address -fsanitize=kernel-address --param asan-instrumentation-with-call-threshold=100 -ffat-lto-objects" } */
f4d482a6 3
4void
5foo (int *p)
6{
7 *p = 0;
8}
9
10/* { dg-final { scan-assembler "__asan_report_store4_noabort" } } */
11