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

@import diamond_top;

double right(double *);

struct left_and_right {
  int left, right;
};