xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
issue_311.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: --enable-cxx-namespaces
2
3
struct
jsval_layout
{
4
struct
{};
5
};
6