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