mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
201 B
Text
8 lines
201 B
Text
|import core.runtime;
|
|
|
|
|
|void main(string[] args)
|
|
|{
|
|
2| dmd_coverDestPath(args[1]);
|
|
2| dmd_coverSetMerge(true);
|
|
|}
|
|
src/merge_true.d is 100% covered
|