diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/swift/3 library/lib/othersource.swift | 3 |
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." +} |