llvm-for-llvmta/tools/clang/test/Modules/Inputs/diamond_top.h

6 lines
70 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
int top(int *);
int top_left(char *c);
int top_left_before(void *);