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

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

8 lines
93 B
C
Raw Normal View History

@import diamond_top;
double right(double *);
struct left_and_right {
int left, right;
};