brintos

brintos / llvm-project-archived public Read only

0
0
Text · 248 B · f668ec0 Raw
9 lines · c
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