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