brintos

brintos / llvm-project-archived public Read only

0
0
Text · 106 B · 9da4830 Raw
6 lines · c
1template <typename> struct _Vector_base {};2struct vector {3  vector() {}4  vector(_Vector_base<int>);5};6