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

8 lines
116 B
C

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