mirror of
https://github.com/dlang/dmd.git
synced 2025-04-30 07:00:14 +03:00
3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/usr/bin/env bash
|
|
$DMD -c -od=${RESULTS_TEST_DIR} -Xi=compilerInfo ${EXTRA_FILES}/emptymain.d
|
|
rm -f emptymain.json
|