aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/004.sh
blob: b5ceb16ba5c4db0d8db2a6739fcbf44c7dd31daf (plain)
1
2
3
4
5
6
7
set -e

bash ../../test_exit_code.sh 197 <<'EOF'
int main() {
    return (((3+5)/2) + (5*(9-6)) * (5+6*7)) % 256;
}
EOF