blob: ece85b5a0bddd4e5cd789c5e24c2242b3089a669 [file] [log] [blame]
// RUN: rm -rf %t && mkdir %t
// RUN: cp %s %t/main.swift
// RUN: not %target-swift-frontend -parse -playground %t/main.swift
for x in y {
x
}