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
/
empty-union.hpp
blob: 3b067e39da0048ce19c031af883fb27ef26d0d8b (
plain
)
1
2
3
4
5
// bindgen-flags: --opaque-type "*"
template
<
int
>
class
a
{
union
{};
};