Files
swift-mirror/validation-test/execution/Inputs/arc_36509461.m
Michael Gottesman 75c0572afa As per Jordan's request, move execution_crashers => execution.
I thought these were all execution time crashers, but I was incorrect. Some are
just execution tests that take a little bit to run.
2018-01-29 10:31:51 -08:00

7 lines
93 B
Objective-C

#import "arc_36509461.h"
bool fake_apply(id obj, fake_apply_t applier) {
return false;
}