summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/conflicting-struct/Inputs/S2.cpp
blob: de2cb6cd03c7a7f3e74e3db2994f420a979e761d (plain)
1
2
3
4
5
6
7
class U {
  int b;
};

class T {
  U u;
};
OpenPOWER on IntegriCloud