GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
4f9afd8e56
Branches
Tags
×
master
dub_jkp
/
test
/
issue586-subpack-dep
/
a
/
source
/ a.d
Sönke Ludwig
on 21 Jun 2015
57 bytes
Add test case for #586 (possibly not exactly the same).
Raw
Blame
History
module a; import b; int afun() { return 1 + bfun(); }