mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
5 lines
181 B
Bash
Executable file
5 lines
181 B
Bash
Executable file
set -e
|
|
set -u
|
|
|
|
../../bin/dcd-client $1 -c66 <<< "class Bar{void fun(A param){}}class Foo{void foo(Bar bar){bar.fun(}}" > actual.txt
|
|
diff actual.txt expected.txt --strip-trailing-cr
|