[lang-ref] ( literal_int_binary ) ( swift )

@Test func literalIntBinary() {
	// 0b11
	#expect(0b11 == 3)
}