Commits
Chris Lattner committed c7f0d6b72f3
Implement rdar://11188044, adding #! support to the parser for main modules.
$ cat t.swift
#!/Users/sabre/llvm/Debug+Asserts/bin/swift -i -I test/
print("Hello\n")
$ chmod u+x t.swift
$ ./t.swift
Hello
Swift SVN r1397