aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/004.sh
blob: 028ef9033d94b9efdf37013061d761ae3a43e685 (plain)
1
2
3
4
5
test_exit_code 197 <<'EOF'
int main() {
    return (((3+5)/2) + (5*(9-6)) * (5+6*7)) % 256;
}
EOF