Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3ce2dc358ea951c384fa27bcf2ba4a222c2c0511
/
.
/
test
/
Rewriter
/
metadata-test-2.m
blob: ab838f18bb935e631d05400797e1773679bbbc31 [
file
] [
log
] [
blame
]
// RUN: clang-cc -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