bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/submodule-visibility/other.h
2025-02-14 19:21:04 +01:00

10 lines
134 B
C++

#include "c.h"
#ifndef OTHER_H
#define OTHER_H
namespace N {
struct C {
template<typename U> static void f(U) {}
};
}
#endif