blob: 5e35d5cd715b99f1508632a7ce34cff9ffa41635 [file] [log] [blame]
// EXTRA_FILES: imports/ice11054a.d
import imports.ice11054a;
static assert(!__traits(compiles, tuple()));
E[] appender(A : E, E)()
{
return E;
}