fix #441 - Add a regression test for opaque templatized structs

This commit is contained in:
Basile Burg 2018-03-24 05:35:33 +01:00
parent 92a85bc7d8
commit bc5715eee9
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
stdin 22

View File

@ -0,0 +1 @@
struct Foo(T); struct Bar(T); Foo!0 foo; Bar!0 bar;

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

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