Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
c-c++-common
/
asan
/
kasan-recover-2.c
blob: d9655470abebd0b0b6827111675a4ef6eb05352c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fno-sanitize=address -fsanitize=kernel-address -ffat-lto-objects" } */
void
foo
(
int
*
p
)
{
*
p
=
0
;
}
/* { dg-final { scan-assembler "__asan_store4_noabort" } } */