1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-17 07:21:44 +02:00
libunwind-eh_elf/tests/Ltest-dyn1.c

6 lines
134 B
C
Raw Normal View History

2003-02-22 04:08:22 +01:00
#define UNW_LOCAL_ONLY
2003-09-24 07:03:10 +02:00
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
2003-02-22 04:08:22 +01:00
#include "Gtest-dyn1.c"
2003-03-28 08:43:22 +01:00
#endif