Sign in
llvm
/
llvm-project
/
9247b51a02b5cf92195f6cd6e82e392619ae5235
/
.
/
compiler-rt
/
test
/
tysan
/
ignorelist.h
blob: bc0cde711fd76f6107232f3da5f07fb32fab68d5 [
file
] [
log
] [
blame
]
// Used as part of the ignorelist.c test
// tests if the "src:" ignorelist directive works
#include
<stdio.h>
void
typeViolationMultiFile
(
void
*
value
)
{
printf
(
"As long: %ld\n"
,
*(
long
*)
value
);
}