Test case for #282
This commit is contained in:
parent
9793ecbb49
commit
17310a2830
|
|
@ -0,0 +1,9 @@
|
||||||
|
identifiers
|
||||||
|
C l
|
||||||
|
alignof k
|
||||||
|
i v
|
||||||
|
init k
|
||||||
|
mangleof k
|
||||||
|
sizeof k
|
||||||
|
stringof k
|
||||||
|
tupleof k
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
struct Foo(C)
|
||||||
|
{
|
||||||
|
int i;
|
||||||
|
}
|
||||||
|
|
||||||
|
unittest
|
||||||
|
{
|
||||||
|
auto foo = Foo!int();
|
||||||
|
foo.
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 file.d -c66 > actual1.txt
|
||||||
|
diff actual1.txt expected1.txt
|
||||||
Loading…
Reference in New Issue