bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/diamond_right.h

8 lines
93 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
@import diamond_top;
double right(double *);
struct left_and_right {
int left, right;
};