aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/002.sh
blob: ee542130ff96e48269ec8f64a098e7be1b65ad07 (plain)
1
2
3
4
5
bash ../../test_exit_code.sh 21 <<'EOF'
int main() {
    return 5+20-4;
}
EOF