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
/
tests
/
headers
/
const_tparam.hpp
blob: a2db574cab759ecd18d4df7889082b516e96ee85 (
plain
)
1
2
3
4
template
<
typename T
>
class
C
{
const
T
*
const
foo
;
};