Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
nested.hpp
blob: 299e1768d267711027d37b8a9b0c79451625fc2a [
file
] [
log
] [
blame
] [
edit
]
class
Calc
{
int
w
;
};
class
Test
{
public
:
struct
Size
;
friend
struct
Size
;
struct
Size
{
struct
Dimension
:
public
Calc
{
};
Dimension
mWidth
,
mHeight
;
};
};