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