mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
161 B
Swift
4 lines
161 B
Swift
// RUN: %swift %s -parse -verify
|
|
ÿþ // expected-error{{UTF-16 BOM marker is not valid UTF-8}}
|
|
asdfadf() // no error, the BOM marker causes us to skip to the end
|