index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
inherit_named.hpp
blob: 9881d1b6a594fe12a7b21571c3ad24770762ae64 (
plain
)
1
2
3
4
5
template
<
typename T
>
class
Wohoo
{};
template
<
typename T
>
class
Weeee
:
public
T
{};