1 2 3 4 5 6 7 8
import imports.ice11054a; static assert(!__traits(compiles, tuple())); E[] appender(A : E, E)() { return E; }