Files
swift-mirror/test/Interpreter/repl_hashbang.swift
Dmitri Hrybenko 6058d291ca CMake: allow the SDK overlay to be built separately from the compiler
and the stdandard library

rdar://19703353

Swift SVN r25139
2015-02-10 21:57:03 +00:00

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