Added test

This commit is contained in:
RUSshy 2021-08-31 16:07:30 +02:00 committed by GitHub
parent cfac7edf5a
commit 91a973cba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
identifiers
data v MyData want stdin 56
dchar k
double k

View File

@ -0,0 +1 @@
struct MyData{} MyData want() { return MyData(); } auto data = want(); d

View File

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 --extended file.d -c72 > actual.txt
diff actual.txt expected.txt