[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / diamond_bottom.h
blob2a0a84e3d7b3ec44de04b61ae4adcc1f536d917a
1 @import diamond_left;
2 @import diamond_right;
4 char bottom(char *x);