Merge pull request #454 from BBasile/opaque_templatized_structs
fix #441 - Add a regression test for opaque templatized structs merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
f5180ddb9d
|
@ -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