This commit is contained in:
Hackerpilot 2016-02-01 03:02:04 -08:00
parent 9204b082d2
commit 5360944dfb
4 changed files with 20 additions and 1 deletions

@ -1 +1 @@
Subproject commit c7d57d5b2041af51efc6e7be7e58ae15abce7637
Subproject commit f32e35a5d2827ccbd3b6842e8d257dd84a5acb71

View File

@ -0,0 +1,8 @@
identifiers
car v
cdouble k
cent k
cfloat k
char k
complicatedLess l
creal k

6
tests/tc029/file.d Normal file
View File

@ -0,0 +1,6 @@
unittest
{
int car;
alias complicatedLess = (a, b) => a.c.d < b.c.d;
c
}

5
tests/tc029/run.sh Executable file
View File

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c79 > actual1.txt
diff actual1.txt expected1.txt