xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
enum_negative.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
// bindgen-flags: --rustified-enum ".*"
2
3
enum
Foo
{
4
Bar
= -
2
,
5
Qux
=
1
,
6
};
7