Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
elaborated.hpp
blob: 4bfbff23ddc89cacc9e593270a307e28b8dd9f99 [
file
] [
log
] [
blame
]
namespace
whatever
{
typedef
int
whatever_t
;
}
void
something
(
const
whatever
::
whatever_t
*
wat
);