xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/diamond_left.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc int top_left_before(void *);
2*0a6a1f1dSLionel Sambuc 
3f4a2713aSLionel Sambuc @import diamond_top;
4f4a2713aSLionel Sambuc 
5f4a2713aSLionel Sambuc float left(float *);
6f4a2713aSLionel Sambuc 
7f4a2713aSLionel Sambuc int top_left(char *c);
8f4a2713aSLionel Sambuc 
9f4a2713aSLionel Sambuc int left_and_right(int*);
10f4a2713aSLionel Sambuc 
11f4a2713aSLionel Sambuc 
12