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