Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2e7bbcfdbb487100f58d682a39dda3583fbde517
/
.
/
bindgen-tests
/
tests
/
headers
/
nested-class-field.hpp
blob: 295ebe81293577daf84701b99ae3cee6d5d87472 [
file
] [
log
] [
blame
]
class
A
{
class
I
;
};
class
A
::
I
{
int
i
;
};