Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
clang
/
test
/
Modules
/
Inputs
/
diamond_right.h
blob: fa408ea5ba7f1359e2ce7f22765c33a05d0e971a [
file
]
@import
diamond_top
;
double
right
(
double
*);
struct
left_and_right
{
int
left
,
right
;
};