mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
235 B
Swift
10 lines
235 B
Swift
#!/usr/bin/swift
|
|
class Foo {}
|
|
// Check that we diagnose and skip the hashbang in the REPL.
|
|
// RUN: %target-repl-run-simple-swift | FileCheck %s
|
|
|
|
// REQUIRES: swift_repl
|
|
|
|
// CHECK: error: hashbang line is allowed only in the main file
|
|
|