Reviewers: a.sidorin, a_sidorin Reviewed By: a_sidorin Subscribers: martong, cfe-commits Differential Revision: https://reviews.llvm.org/D51123 llvm-svn: 340463
6 lines
50 B
Objective-C
6 lines
50 B
Objective-C
void f() {
|
|
@autoreleasepool {
|
|
return;
|
|
}
|
|
}
|