Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e91e9ecf2f6ef18ed9d9642915e5e1abb63e150a
/
.
/
test
/
CodeGenObjC
/
2010-02-09-DbgSelf.m
blob: e09adac161ecb98fad8a191949625b9862761138 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -x objective-c -emit-llvm -g < %s | grep "\"self\", metadata"
// Test to check that "self" argument is assigned a location.
@interface
Foo
-(
void
)
Bar
:
(
int
)
x
;
@end
@implementation
Foo
-(
void
)
Bar
:
(
int
)
x
{
}
@end