summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/dylib.h
blob: f668ec0a784766f45ee0f9d85a726f24e39e86e0 (plain)
1
2
3
4
5
6
7
8
extern int absent_weak_int __attribute__((weak_import));

extern int present_weak_int __attribute__((weak_import));

extern int absent_weak_function() __attribute__((weak_import));

extern int present_weak_function() __attribute__((weak_import));

OpenPOWER on IntegriCloud