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