aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/005.sh
blob: ffcd0a549f8a8c1491706b3bbe6e91549f2bb6ec (plain)
1
2
3
4
5
test_exit_code 30 <<'EOF'
int main() {
    return (-10 + 20 * -3) + 100;
}
EOF