xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
prepend_enum_name.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: --no-prepend-enum-name
2
3
enum
foo
{
4
FOO_BAR
,
5
FOO_BAZ
,
6
};
7