hanchenye-llvm-project/clang/test/Modules/Inputs/diamond_top.h

6 lines
70 B
C

int top(int *);
int top_left(char *c);
int top_left_before(void *);