#!/bin/sh
cd "$(dirname "$0")" || exit 1
cc -O2 -o harness harness.c "$@"
echo "BUILD_EXIT=$?"
