llvm-project/clang/test/Modules/Inputs/diamond_left.h

10 lines
96 B
C

@import diamond_top;
float left(float *);
int top_left(char *c);
int left_and_right(int*);