Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
PCH
/
Inputs
/
chain-remap-types1.h
blob: d105489abd73af26a9cc56c77ccea6018665c65f [
file
] [
log
] [
blame
]
@class
X
;
struct
Y
{
X
*
my_X
;
};
@interface
X
{
}
@property
X
*
prop
;
@end