dfmt/tests/knr/keep_break_in_array_arg.d.ref

11 lines
77 B
Plaintext

unittest {
f([
x
]);
}
void f(T[] x,
const U y)
{
}