dfmt/tests/knr/issue0138.d.ref

8 lines
81 B
Plaintext

unittest {
auto result = a[0] in aa;
}
void doStuff(in int a, in int b)
{
}