index
:
opentracing-cpp
debian
progress-linux
upstream
debian 11 backports: haproxy
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
weak_symbol.cpp
blob: 902f683ae5b1f16c5afd8e18e0d5235b7cacbaf3 (
plain
)
1
2
3
void
__attribute
((
weak
))
f
();
int
main
()
{
return
0
;
}