summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/odr/b.h
blob: b4063979474f6aa083925c946d0534d0d618cb45 (plain)
1
2
3
4
5
6
7
8
9
struct Y {
  int m;
  double f;
} y2;
enum E { e2 };

int g() {
  return y2.m + e2 + y2.f;
}
OpenPOWER on IntegriCloud