DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / submodule-visibility / other.h
12345678910
#include "c.h" #ifndef OTHER_H #define OTHER_H namespace N { struct C { template<typename U> static void f(U) {} }; } #endif