Clang Project
clang_source_code
/
test
/
Import
/
objc-autoreleasepool
/
Inputs
/
F.m
1
void f() {
2
@autoreleasepool {
3
return;
4
}
5
}
6