This website requires JavaScript.
Explore
Help
Sign In
forks
/
DCD
mirror of
https://github.com/dlang-community/DCD.git
Watch
1
Star
0
Fork
You've already forked DCD
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ffe2e78896
DCD
/
tests
/
tc019
/
file.d
25 lines
114 B
D
Raw
Blame
History
struct
B
{
int
a
;
void
b
(
)
;
int
c
;
}
struct
A
{
this
(
)
{
}
}
unittest
{
A
.
}
unittest
{
auto
b
=
B
(
}
Reference in New Issue
View Git Blame
Copy Permalink