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:
065f552782
Branches
Tags
×
master
dub_jkp
/
test
/
dub-as-a-library-cwd
/
subproject
/
source
/ app.d
WebFreak001
on 26 Jan 2023
97 bytes
Add dub-as-a-lib test case for different CWD
Raw
Blame
History
module app; deprecated("FIND_THIS_STRING") void foo() { } void main(string[] args) { foo(); }