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