1extern int absent_weak_int __attribute__((weak_import));
2
3extern int present_weak_int __attribute__((weak_import));
4
5extern int absent_weak_function() __attribute__((weak_import));
6
7extern int present_weak_function() __attribute__((weak_import));
8
9

source code of lldb/test/API/commands/expression/weak_symbols/dylib.h