aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/007.sh
blob: d7809931b273cba28fab4726cb794532994f1bb3 (plain)
1
2
3
4
5
6
7
test_exit_code 42 <<'EOF'
int main() {
    int foo;
    foo = 42;
    return foo;
}
EOF