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
/
derive-debug-generic.hpp
blob: 58afac45a7cb0afe8b90b312ce858e0d3d145787 (
plain
)
1
2
3
4
5
6
// bindgen-flags: --force-derive-debug
template
<
typename T
>
class
Generic
{
T t
[
40
];
};