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
/
issue-1025-unknown-enum-repr.hpp
blob: 589b3c25f3d0739267586a372f5e1f29d27a1765 (
plain
)
1
2
3
4
template
<
typename
>
class
a
{
enum
{};
};