Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Rewriter
/
metadata-test-2.m
blob: 9a53bda004d57034c9ca61f28058d7040d08dd18 [
file
] [
log
] [
blame
]
// RUN: clang -rewrite-objc %s -o=-
typedef
struct
_NSPoint
{
float
x
;
float
y
;
}
NSPoint
;
@interface
Intf
-
(
void
)
MyMeth
:
(
NSPoint
)
Arg1
;
@end
@implementation
Intf
-
(
void
)
MyMeth
:
(
NSPoint
)
Arg1
{}
@end