blob: f3f401fec4be9984d0db79e4e40c018d17f1170a [file] [log] [blame]
// RUN: %scale-test --invert-result --begin 1 --end 5 --step 1 --select NumLeafScopes %s
// REQUIRES: asserts,no_asan
// REQUIRES: rdar38963783,no_asan
func t(_ x: Int?) -> Int {
return (x ?? 0)
%for i in range(1, N):
+ (x ?? 0)
%end
}