dfmt/tests/otbs/issue0138.d.ref

7 lines
81 B
Plaintext

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