summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodule-visibility/other.h
blob: 4b68c489153c99968c399806a0ae9083e0d4e178 (plain)
1
2
3
4
5
6
7
8
9
10
#include "c.h"

#ifndef OTHER_H
#define OTHER_H
namespace N {
  struct C {
    template<typename U> static void f(U) {}
  };
}
#endif
OpenPOWER on IntegriCloud