1 #include "sanitizer/asan_interface.h"
2 
3 __attribute__((section(".preinit_array")))
4   typeof(__asan_init) *__asan_preinit =__asan_init;
5