summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/odr_hash-Unresolved/class.h
blob: 8a3c9f941f7ed356b1a7883f44bac12f0711afcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef Class
#define Class
template <class T>
class S {
  int Field;
  void run() {
    int x;
    A::Check(&Field, 1);
    A::Check(&Field, 1);
  }
};
#endif
OpenPOWER on IntegriCloud