• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
6 class BrowsingContext {
7   auto Tie(void* aUnused) const;
8 };
9