mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
7 lines
159 B
Text
7 lines
159 B
Text
|import core.runtime;
|
|
|
|
|
|void main(string[] args)
|
|
|{
|
|
1| dmd_coverDestPath(args[1]);
|
|
|}
|
|
src/basic.d is 100% covered
|