hanchenye-llvm-project/clang/test/Modules/Inputs/diamond_bottom.h

5 lines
68 B
C

@import diamond_left;
@import diamond_right;
char bottom(char *x);