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:
627a4348f0
Branches
Tags
×
master
dub_jkp
/
test
/
2-dynLib-with-staticLib-dep
/
source
/
dynlib
/ app.d
John Colvin
on 27 Jun 2017
88 bytes
test dynamic libs with inherited pic
Raw
Blame
History
module dynlib.app; import std.stdio; import staticlib.app; void foo() { entry(); }