fix #441 - Add a regression test for opaque templatized structs
This commit is contained in:
parent
92a85bc7d8
commit
bc5715eee9
|
@ -0,0 +1 @@
|
|||
stdin 22
|
|
@ -0,0 +1 @@
|
|||
struct Foo(T); struct Bar(T); Foo!0 foo; Bar!0 bar;
|
|
@ -0,0 +1,5 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
../../bin/dcd-client $1 file.d --symbolLocation -c43 > actual1.txt
|
||||
diff actual1.txt expected1.txt
|
Loading…
Reference in New Issue