Files
swift-mirror/test/Interpreter/hello_toplevel.swift
Joe Groff 637c4e8171 Fold Interpreter and Interpreter/SIL tests.
There is only SIL. No reason to keep a subdirectory around.

Swift SVN r6029
2013-07-05 23:11:44 +00:00

5 lines
132 B
Swift

// RUN: %swift -i %s | FileCheck %s
// CHECK: Hey I just met you and this is crazy
println("Hey I just met you and this is crazy")