llvm-for-llvmta/tools/clang/test/Modules/Inputs/diamond_right.h

8 lines
93 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
@import diamond_top;
double right(double *);
struct left_and_right {
int left, right;
};