// One of two flat authors of `absval`, a `#foreign` libc binding. A consumer // flat-importing BOTH must NOT see this as an ambiguous bare-call collision — // foreign authors are never rerouted by the bare-call resolver, so the call // falls to the existing first-wins foreign dispatch. absval :: (n: s32) -> s32 #foreign libc "abs";