DCD/tests/tc029/file.d

7 lines
76 B
D

unittest
{
int car;
alias complicatedLess = (a, b) => a.c.d < b.c.d;
c
}