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