aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/diamond_right.h
blob: fa408ea5ba7f1359e2ce7f22765c33a05d0e971a (plain) (blame)
1
2
3
4
5
6
7
@import diamond_top;

double right(double *);

struct left_and_right {
  int left, right;
};