xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/bug-1529681.hpp (revision 12a9d9c8)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1// bindgen-flags: -- -std=c++14
2//
3// https://bugzilla.mozilla.org/show_bug.cgi?id=1529681
4// https://bugs.llvm.org/show_bug.cgi?id=40813
5
6class BrowsingContext {
7  auto Tie(void* aUnused) const;
8};
9

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