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