export const a = null == null; export const b = undefined == undefined; export const c = null == undefined; export const d = undefined == null; export const x = 1 == 1; export const y = 1n == 1n; export const z = "foo" == "foo";