dmd/compiler/test/runnable/test18335.sh
2022-07-09 18:53:07 +02:00

6 lines
166 B
Bash
Executable file

#!/usr/bin/env bash
if [ "${OS}" == "osx" ] && [ "${MODEL}" == "64" ]; then
echo "void main(){}" | "${DMD}" -o- -v - | grep predefs | grep -q "D_ObjectiveC"
fi