Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
empty-union.hpp
blob: 3b067e39da0048ce19c031af883fb27ef26d0d8b [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --opaque-type "*"
template
<int>
class
a
{
union
{};
};