unplugged-system/external/clang/test/Modules/Inputs/PR25501/Vector.h

6 lines
106 B
C
Raw Normal View History

template <typename> struct _Vector_base {};
struct vector {
vector() {}
vector(_Vector_base<int>);
};