We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d18133 commit 95f3315Copy full SHA for 95f3315
test/runnable/test9287.sh
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+
3
+src=runnable${SEP}extra-files
4
+dir=${RESULTS_DIR}${SEP}runnable
5
+output_file=${dir}/test9287.sh.out
6
7
+echo 'import std.stdio; void main() { writeln("Success"); }' | \
8
+ $DMD -m${MODEL} -of${dir}${SEP}test9287a${EXE} - || exit 1
9
10
+${RESULTS_DIR}/runnable/test9287a${EXE} > ${output_file}
11
12
+\rm -f ${dir}/test9287a{${OBJ},${EXE}}
0 commit comments