Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/stdcall-fn
/
.
/
tests
/
headers
/
forward-enum-decl.hpp
blob: 81a0eee731d4b6b6a0755e4ae87e228a3be9149d [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --rustified-enum ".*" -- -std=c++11
enum
class
CSSPseudoClassType
:
int
;
enum
class
CSSPseudoClassType
:
int
{
empty
,
link
,
};