aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/001.sh
blob: 00e0acab80cc24e89f9c0f89da98c2eb92c98062 (plain)
1
2
3
4
5
bash ../../test_exit_code.sh 42 <<'EOF'
int main() {
    return 42;
}
EOF