1void f() {
2  @autoreleasepool {
3    return;
4  }
5}
6