YouCompleteMe/cpp/llvm/tools/clang/test/Modules/Inputs/diamond_right.h

8 lines
116 B
C
Raw Normal View History

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