android_mt6572_jiabo/external/clang/test/PCH/local_static.h
2025-09-05 16:56:03 +08:00

7 lines
89 B
C++

class Bar {
public:
template<typename T>
void f() {
static const T y = 0;
}
};