Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
commands
/
expression
/
weak_symbols
/
dylib.h
blob: f668ec0a784766f45ee0f9d85a726f24e39e86e0 [
file
]
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
));