xref: /llvm-project/clang/test/Modules/Inputs/submodule-visibility/other.h (revision 26342f915bd615900c652afd3c807a4fc195ac9f)
1 #include "c.h"
2 
3 #ifndef OTHER_H
4 #define OTHER_H
5 namespace N {
6   struct C {
fC7     template<typename U> static void f(U) {}
8   };
9 }
10 #endif
11