[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / clang / test / Modules / Inputs / diamond_bottom.h
blob2a0a84e3d7b3ec44de04b61ae4adcc1f536d917a
1 @import diamond_left;
2 @import diamond_right;
4 char bottom(char *x);