Sign in
chromium
/
chromiumos
/
third_party
/
compiler-rt
/
a8f31d1eddc571f3fe05fb0e10eadb1598f1f1d9
/
.
/
lib
/
asan
/
lit_tests
/
interface_test.cc
blob: 428a109fe70dec7e9d2d4c2d4112b0585277322e [
file
] [
log
] [
blame
]
// Check that user may include ASan interface header.
// RUN: %clang -fsanitize=address -I %p/../../../include %s -o %t && %t
// RUN: %clang -I %p/../../../include %s -o %t && %t
#include
<sanitizer/asan_interface.h>
int
main
()
{
return
0
;
}