Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.sh « jam-files - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e06d9e2b8839d1aff2ec58ca8836a77d2cedc72 (plain)
1
2
3
#!/bin/bash
g++ "$@" -x c++ - <<<'int main() {}' -o /dev/null >/dev/null 2>/dev/null
echo -n $?