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:
fdd99181ea
Branches
Tags
×
master
dub_jkp
/
test
/
issue2258-dynLib-exe-dep
/
source
/ app.d
richard andrew cattermole
on 7 Jun 2022
71 bytes
Adding known test case for #2258
Raw
Blame
History
module app; import dynlib.app; extern(C) void main() { entry(); }