Files
swift-mirror/test/Interpreter/hello_toplevel.swift
Arnold Schwaighofer 859fbc0162 More executable_test for the test directory
Swift SVN r29280
2015-06-03 23:28:51 +00:00

6 lines
171 B
Swift

// RUN: %target-run-simple-swift | FileCheck %s
// REQUIRES: executable_test
// CHECK: Hey I just met you and this is crazy
print("Hey I just met you and this is crazy")