blob: d8f9bdc925b698ff9a9c3c62153a809ab02e7cea [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -parse-as-library -verify %s
@main // expected-error{{'@main' attribute cannot be applied to this declaration}}
protocol EntryPoint {
static func main()
}