xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
issue-820-unused-template-param-in-alias.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
template
<
typename
E,
int
N>
2
class
Foo
{
3
typedef
Foo
<E, N>
self_type
;
4
E
mBar
;
5
};
6