]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/PR28752/Subdir1/c.h
Vendor import of clang trunk r290819:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / PR28752 / Subdir1 / c.h
1 template<typename T> struct A { static bool b; };
2 template<typename T> bool A<T>::b;