mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
4 lines
185 B
Swift
4 lines
185 B
Swift
// RUN: %target-typecheck-verify-swift
|
|
ÿþ // expected-error{{input files must be encoded as UTF-8 instead of UTF-16}}
|
|
asdfadf() // no error, the BOM marker causes us to skip to the end
|