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