Merge dlang/druntime repository into dlang/dmd

This commit is contained in:
Iain Buclaw 2022-07-09 18:53:15 +02:00
commit 69ab16a7e8
819 changed files with 292092 additions and 0 deletions

View file

@ -0,0 +1,7 @@
|import core.runtime;
|
|void main(string[] args)
|{
1| dmd_coverDestPath(args[1]);
|}
src/basic.d is 100% covered