Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
93296683a70eed2fae0b694748ed4cc51c53aef4
/
.
/
test
/
Rewriter
/
metadata-test-2.m
blob: 0fd0429b0b3135331282ac55b7aa36be5d924a23 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -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