xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/issue-446.hpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
112a9d9c8Sopenharmony_ci// bindgen-flags: -- -std=c++14
212a9d9c8Sopenharmony_ci
312a9d9c8Sopenharmony_citemplate <typename Elem>
412a9d9c8Sopenharmony_ciclass List {
512a9d9c8Sopenharmony_ci    List<Elem> *next;
612a9d9c8Sopenharmony_ci};
712a9d9c8Sopenharmony_ci
812a9d9c8Sopenharmony_citemplate <typename GcThing>
912a9d9c8Sopenharmony_ciclass PersistentRooted {
1012a9d9c8Sopenharmony_ci    List<PersistentRooted<GcThing>> root_list;
1112a9d9c8Sopenharmony_ci};
12

Indexes created Thu Nov 07 10:32:03 CST 2024