aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
blob: 61ea83faa9c072e56c593f815383b8566773a459 (plain)
1
2
3
4
5
test_exit_code 26 <<'EOF'
int main() {
    return 2*3+4*5;
}
EOF