blob: b311ca6ebd821a141227f567422146cfa8fe4ed1 [file] [log] [blame]
// RUN: %target-run-simple-swift | %FileCheck %s
// REQUIRES: executable_test
// CHECK: Nice shoes
func hello() {
print("Nice shoes")
}
hello()