

set -ex



test -f "$PREFIX/lib/libclang.so.13"
test ! -f "$PREFIX/lib/libclang.so"
test ! -f "$PREFIX/lib/libclang.so.14"
exit 0
