// a.sx authors `dup` (+1). One of two distinct flat authors of `dup`. dup :: (x: s64) -> s64 { return x + 1; }