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