aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
blob: 4fa0b4279a7502065d573cea90ac0c8d717b5c53 (plain)
1
2
3
4
5
bash ../../test_exit_code.sh 26 <<'EOF'
int main() {
    return 2*3+4*5;
}
EOF