xref: /llvm-project/clang/test/Modules/Inputs/diamond_right.h (revision c50d4924eb2e84f5b2d9a39ab828410624f27643)
1 @import diamond_top;
2 
3 double right(double *);
4 
5 struct left_and_right {
6   int left, right;
7 };
8