Avatar
@swift-main struct VarTup<each V> { var v: (repeat (each V)?) } func f(_: VarTup<String>) {}