blob: 062960616731055f38c5eb9edf5ac37ec7bd0eed [file] [log] [blame]
// https://www.digitalmars.com/d/archives/digitalmars/D/bugs/4769.html
// COMPILED_IMPORTS: imports/art4769a.d imports/art4769b.d
// PERMUTE_ARGS:
module art4769;
private import imports.art4769a;
struct Vector(T)
{
DataStreamability!(T).footype f;
static if (DataStreamability!(T).isStreamable)
void writeTo()
{
}
}