bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/submodule-visibility/other.h

11 lines
134 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "c.h"
#ifndef OTHER_H
#define OTHER_H
namespace N {
struct C {
template<typename U> static void f(U) {}
};
}
#endif