Files
swift-mirror/test/Interpreter/hello_toplevel.swift
2016-08-10 23:52:02 -07:00

6 lines
172 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")