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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
68 B
C
Raw Normal View History

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