

set -ex



test -f $PREFIX/include/c++/v1/iterator
bash compile_test.sh
test -f $PREFIX/lib/libc++abi.so
exit 0
