mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# redirecting stderr to nirvana saves ~30 secs on Windows...
|
|
! $DMD -c ${EXTRA_FILES}/fail12485.d 2> /dev/null
|