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

8 lines
74 B
C
Raw Normal View History

float left(float *);
int top_left(char *c);
int left_and_right(int*);