Files
llvm-project/clang/test/Modules/Inputs/diamond_right.h
Douglas Gregor c50d4924eb Use @import rather than @__experimental_modules_import, since the
latter is rather a mess to type.

llvm-svn: 169919
2012-12-11 22:11:52 +00:00

8 lines
93 B
C

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