xref: /llvm-project/clang/test/Modules/Inputs/diamond_bottom.h (revision c50d4924eb2e84f5b2d9a39ab828410624f27643)
1 @import diamond_left;
2 @import diamond_right;
3 
4 char bottom(char *x);
5