mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
$DMD -c -of${OUTPUT_BASE} ${EXTRA_FILES}/test19376.di
|
|
! ls ${OUTPUT_BASE}/test19376.${OBJ}
|