brintos

brintos / llvm-project-archived public Read only

0
0
Text · 50 B · 0236cdf Raw
6 lines · plain
1void f() {2  @autoreleasepool {3    return;4  }5}6