// 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 int main() { return 0; }