``` C# (int i, int j, *) = M(); var (i, j, *) = M(); ``` Even if wildcards don't make it into C# 7, we need to figure out the syntax model and design, so they can be added smoothly later.