mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
9 lines
152 B
D
9 lines
152 B
D
// EXTRA_FILES: imports/ice11054a.d
|
|
import imports.ice11054a;
|
|
|
|
static assert(!__traits(compiles, tuple()));
|
|
|
|
E[] appender(A : E, E)()
|
|
{
|
|
return E;
|
|
}
|