brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · 384d59b Raw
9 lines · c
1typedef struct {2  int anon_field_b;3} StructB;4 5namespace Namespace {6template <typename T> struct AlsoInNamespace { T field; };7extern template struct AlsoInNamespace<int>;8} // namespace Namespace9