mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
216 B
Swift
6 lines
216 B
Swift
// RUN: %swift -parse -verify -parse-as-library %s
|
|
|
|
println("a"); // expected-error {{expressions are not allowed at the top level}} \
|
|
// expected-error {{';' statements are not allowed}}
|
|
println("a");
|