Files
swift-mirror/test/Parse/hashbang_main.swift
Dmitri Hrybenko f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00

7 lines
135 B
Swift

#!/usr/bin/swift
let x = 42
x + x
// Check that we skip the hashbang at the beginning of the file.
// RUN: %target-parse-verify-swift