summaryrefslogtreecommitdiffstats
path: root/test cases/swift/3 library/lib/othersource.swift
blob: fb668baa562876f8e0623b7335e788f06ec94b21 (plain)
1
2
3
public func getOther() -> String {
    return "String from other source."
}