Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
issue-358.hpp
blob: b14521b73b4f6334bcfc8afe8d943ab9d366dcd0 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: -- -std=c++11
namespace
JS
{
template
<typename>
class
PersistentRooted
;
}
template
<typename>
class
a
{
a
*
b
;
};
namespace
JS
{
template
<
typename
c
>
class
PersistentRooted
:
a
<
PersistentRooted
<c>
>
{};
}