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

10 lines
106 B
C

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