Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2e7bbcfdbb487100f58d682a39dda3583fbde517
/
.
/
bindgen-tests
/
tests
/
headers
/
class_with_enum.hpp
blob: ebbc2c4049b1538ed3466d8ae04a4fd3fc9819e2 [
file
]
class
A
{
public
:
enum
B
{
B1
,
B2
,
};
};