1#if 0
2
3#  This file must be a no-op C #include header, and a valid *SAN compile-time suppression file.
4#  Luckily, anything starting with # is a comment to *SAN compile-time suppression files,
5#  and anything inside #if 0 is ignored by C.  Yippee!
6#
7#  If you want to type '*', type '.*' instead.  Don't make C comments!
8
9# libpng and zlib both dereference under-aligned pointers.
10# TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet.
11# [alignment]
12src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c
13src:.*third_party/externals/zlib/deflate.c
14
15#endif
16