Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
eval-value-dependent.hpp
blob: 0f4dc6ab25c9619fa3da3badfe160e3e3383e3dd [
file
]
// bindgen-flags: -- -std=c++11
template
<
typename
d
>
class
e
{
using
f
=
d
;
static
const
auto
g
=
alignof
(
f
);
};