[lang-ref] ( assign_empty_string ) ( swift )

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