Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
diamond_bottom.h
1
@import diamond_left;
2
@import diamond_right;
3
4
char bottom(char *x);
5