Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
diamond_top.h
1
int top(int *);
2
3
int top_left(char *c);
4
5
int top_left_before(void *);
6