summaryrefslogtreecommitdiffstats
path: root/test cases/swift/3 library/lib/othersource.swift
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/swift/3 library/lib/othersource.swift')
-rw-r--r--test cases/swift/3 library/lib/othersource.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/swift/3 library/lib/othersource.swift b/test cases/swift/3 library/lib/othersource.swift
new file mode 100644
index 0000000..fb668ba
--- /dev/null
+++ b/test cases/swift/3 library/lib/othersource.swift
@@ -0,0 +1,3 @@
+public func getOther() -> String {
+ return "String from other source."
+}