Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
hwasan
/
macro-definition.c
blob: 5f654f557821f2dbe060e9976fbca7e5770f274c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
extern
void
testfunc
(
int
);
int
foo
()
{
#ifndef
__SANITIZE_HWADDRESS__
testfunc
(
1
);
#endif
return
1
;
}
/* { dg-final { scan-assembler-not "testfunc" } } */