meson/test cases/swift/2 multifile/libfile.swift

4 lines
69 B
Swift

func printSomething(text: String) {
print("Got this: \(text)")
}