func testStringLiteral() -> String { let name = "Jason" print("Hello, \(name)!") return NSLocalizedString("abc", comment: "") }