Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
6a5726eac514b49ec8a9f8360ed5d0d73da9feb7
/
.
/
tests
/
headers
/
replace_use.hpp
blob: de44eb19cc0c1fe2453ca4f64a2d7f8c8998b33a [
file
]
template
<
typename
T
>
struct
nsTArray
{
int
x
;
};
/**
* <div rustbindgen replaces="nsTArray"></div>
*/
template
<
typename
T
>
struct
nsTArray_Simple
{
unsigned
int
y
;
};
struct
Test
{
nsTArray
<long>
a
;
};