aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/051.sh
blob: f504664d8694df39f520b11e3b5d486ba5aa6f2d (plain)
1
2
3
4
5
6
7
8
cat <<'EOF' > expected
undefined function: f
EOF
test_compile_error <<'EOF'
int main() {
    f();
}
EOF