Files
Android11/external/libunwind/tests/Ltest-nomalloc.c
2023-10-13 14:01:41 +00:00

6 lines
111 B
C

#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if !defined(UNW_REMOTE_ONLY)
#include "Gtest-nomalloc.c"
#endif