#!/bin/sh
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o vmspace_refs_leak vmspace_refs_leak.c
echo "BUILD_EXIT=$?"
ls -l vmspace_refs_leak
