xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
duplicated-namespaces.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
namespace
std
{}
4
namespace
std
{}
5