mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
206 B
Bash
Executable file
7 lines
206 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
|
|
$DMD -c -preview=dip1008 -m${MODEL} -of${OUTPUT_BASE}${OBJ} -I${EXTRA_FILES} ${EXTRA_FILES}/${TEST_NAME}.d
|
|
!(nm ${OUTPUT_BASE}${OBJ} | grep _d_newclass)
|
|
|
|
rm_retry ${OUTPUT_BASE}${OBJ}
|