[lang-ref] カラ文字列 ( swift )

@Test func assignEmptyString() {
	// ""
	let s = ""
	#expect(s == "")
}