Sign in
llvm
/
llvm-project
/
lldb
/
dc0df6a4d9648b9f5fc73f8f603e4fec0cc07089
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
commands
/
expression
/
weak_symbols
/
dylib.h
blob: f668ec0a784766f45ee0f9d85a726f24e39e86e0 [
file
] [
log
] [
blame
]
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
));