Codebase Browser
llvm
Go to App
llvm
/
clang/test/PCH/
local_static.h
class Bar { public: template<typename T> void f() { static const T y = 0; } };